A YouTube playlist downloader. Requires Python 3.11+, pytube, and ffmpeg to work.
This script will download the audio of every song in a YouTube playlist, then convert the audio to mp3. To use, place it in the folder in which you want to download the playlist.
I am not actively monitoring this but I'll merge any updates that anyone else wants to make.
- pytube==12.1.0
- git clone
https://github.com/modkhi/yt-playlist.git
or download the source code - navigate to the folder
- do
pip install -r requirements.txt
to install the package from requirements.txt - do
py yt-playlist-download.py
- enjoy!
Please enter the url of the playlist you wish to download:
- playlist from youtube only- e.g.
https://www.youtube.com/playlist?list=OLAK5uy_lbX9HmX4ZrMSrS5wpDonp-EFy4IrhQeCc
- e.g.
Downloads destination (optional):
- must insert the full path- e.g.
C:\Users\Username\Folder
- e.g.