diff --git a/src/cli/downloader.ts b/src/cli/downloader.ts index 96fdfb6..5cbef44 100644 --- a/src/cli/downloader.ts +++ b/src/cli/downloader.ts @@ -322,7 +322,7 @@ export async function downloadMostWatchedSegment(options: DownloadOptions): Prom const fullVideoPath = join(outputDir, `${safeTitle}_full_temp.%(ext)s`); console.log(`Downloading full video (using your yt-dlp config)...`); - const downloadedPath = await downloadFullVideo(url, fullVideoPath); + await downloadFullVideo(url, fullVideoPath); // Find the actual file (yt-dlp may have changed extension) // The downloaded path should already be correct, but let's handle the pattern