fix: remove unused variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user