fix comment

This commit is contained in:
0d0 2025-04-19 16:30:23 +02:00
parent 691e294546
commit 99263fd14c

View file

@ -23,7 +23,7 @@ export async function getYouTubeMetadata(link: string) {
} }
/** /**
* Streams the YouTube video/audio using youtube-dl-exec * Streams the YouTube video/audio using yt-dlp
*/ */
export function streamYouTube(link: string, format: string): ReadableStream<Uint8Array> { export function streamYouTube(link: string, format: string): ReadableStream<Uint8Array> {
logger.debug(`Starting to stream: ${link}`); logger.debug(`Starting to stream: ${link}`);