Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHaytham authored Nov 9, 2024
1 parent f7957a4 commit 98baef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Update the script file (`downloadPlaylist.js`) with the correct paths to `yt-dlp

```javascript
// 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
const ffmpegPath = 'C:\ffmpeg\bin\ffmpeg.exe'; // Update to the actual path where ffmpeg.exe is located
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
```

## Usage
Expand Down

0 comments on commit 98baef9

Please sign in to comment.