Skip to content

Commit

Permalink
Update downloadPlaylist.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHaytham authored Nov 9, 2024
1 parent 98baef9 commit 394e414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions downloadPlaylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if (!fs.existsSync(outputDir)) {
}

// Paths to yt-dlp and ffmpeg executables
const ytDlpPath = 'C:\yt-dlp\yt-dlp.exe'; // Update to the actual path where yt-dlp.exe is located or set it in PATH
const ffmpegPath = 'C:\ffmpeg\bin\ffmpeg.exe'; // Update to the actual path where ffmpeg.exe is located or set it in PATH
const ytDlpPath = 'C:\\yt-dlp\\yt-dlp.exe'; // Update to the actual path where yt-dlp.exe is located
const ffmpegPath = 'C:\\ffmpeg\\bin\\ffmpeg.exe'; // Update to the actual path where ffmpeg.exe is located

// Check if ffmpeg is accessible
console.log(`Using ffmpeg located at: ${ffmpegPath}`); // Debug log for ffmpeg path
Expand Down

0 comments on commit 394e414

Please sign in to comment.