Lint and format
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 34s

This commit is contained in:
0d0 2025-02-26 16:11:02 +01:00
parent 84d4379f16
commit 2f25ccf600

View file

@ -38,9 +38,8 @@ export function streamYouTube(link: string, format: string): ReadableStream<Uint
start(controller) {
const args = ['--no-write-thumbnail', '-o', '-'];
if (HTTPS_PROXY) {
args.push('--proxy', HTTPS_PROXY)
args.push('--proxy', HTTPS_PROXY);
}
if (mimeType?.includes('audio')) {