This project lets you download YouTube playlists as MP3 files using Google Colab.
It automatically converts songs into high-quality MP3 (320kbps) and packs them into a single ZIP file for easy download.
Perfect for beginners and students, no installation required on your computer!
- ✅ Download full YouTube playlists
- ✅ Convert to high-quality MP3 (320 kbps)
- ✅ Automatically compress all songs into ZIP
- ✅ Beginner-friendly (works on Google Colab)
Follow these steps in Google Colab:
- Open a new Google Colab notebook → Google Colab
- Copy-paste the script main.py
- Replace the playlist_url with the youtube playlist link
- Run the code and wait for it to complete
In the next code+, run the below code to download the zip file to the computer.
from google.colab import files
files.download(ZIP_FILE)
Enjoy the Whole playList!