Lint everything
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s
This commit is contained in:
parent
22a7dd13da
commit
6f1d01e624
5 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
import { create } from 'youtube-dl-exec';
|
||||
import { env } from '$env/dynamic/private';
|
||||
import { spawn } from 'node:child_process';
|
||||
const YTDLP_PATH: string = env.YTDLP_PATH as string
|
||||
const YTDLP_PATH: string = env.YTDLP_PATH as string;
|
||||
|
||||
export const ytdl = create(YTDLP_PATH);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue