Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.85 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.85 KB

Youtube-Playlist-Downloader

Script to download any YouTube Playlist Audios (including Private Playlists)

SamiAlavi - Youtube-Playlist-Downloader License stars - Youtube-Playlist-Downloader forks - Youtube-Playlist-Downloader

GitHub tag issues - Youtube-Playlist-Downloader

Instructions

  1. Install the required packages by running pip install -r requirements.txt
  2. Download ffmpeg
  3. Copy ffmpeg.exe, ffplay.exe, ffprobe.exe to the directory where youtube-dl.exe is present.
  4. Download the YouTube Playlist Webpage by right clicking on the page and clicking on Save As
  5. Edit the main.py file
  6. Replace dirDownload value with the path where you want to store the downloaded MP3
  7. Replace pathYoutubeLiked value with the path of the downloaded YouTube Playlist Webpage
  8. Replace limit value with the number of MP3(s) you want to download
  9. Run main.py

License

Released under MIT by @SamiAlavi.