From 99263fd14c083dd2fa0c0de90ef1d283e0c3974b Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Sat, 19 Apr 2025 16:30:23 +0200 Subject: [PATCH] fix comment --- src/lib/server/ytdlp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/server/ytdlp.ts b/src/lib/server/ytdlp.ts index bbeecab..a3758b6 100644 --- a/src/lib/server/ytdlp.ts +++ b/src/lib/server/ytdlp.ts @@ -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 { logger.debug(`Starting to stream: ${link}`);