Skip to content

Download entire YouTube Music playlists as MP3s — straight to Google Drive or your laptop, with metadata & album art.

Notifications You must be signed in to change notification settings

shashikathi/Youtube_Music_Downloader-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🎶 Youtube_Music_Downloader

“Freeze your playlists, play them anywhere.”

Download entire YouTube Music playlists → into polished MP3s with cover art & metadata. Works like a charm on Colab, supports Google Drive and runs locally with Python.

✨ Features

🔥 Playlist to MP3 – Download all tracks at once, no buffering hell.
🎨 Album Art + Tags – Clean, organized music files with covers.
💾 Google Drive Support – Save directly into your Drive when running in Colab.
High-Quality Audio – Default 192kbps MP3, upgradeable later.
🧹 Organized Filenames01 - Song Title.mp3 (sorted + neat).

🚀 Quick Start

▶️ On Google Colab

  1. Click here → Open in Colab
  2. Mount Google Drive when prompted.
  3. Paste your YouTube Music playlist link.
  4. Chill while the MP3s drop into:

MyDrive/YT_Music_Downloads/

💻 Run Locally

# Clone this repo
git clone https://github.com/YOUR_USERNAME/Youtube_Music_Downloader.git
cd Youtube_Music_Downloader

# Install requirements
pip install -r requirements.txt

# Run the downloader
python downloader.py

⚙️ How It Works

  • 🛠 Powered by yt-dlp for extracting music.
  • 🎵 Converts to MP3 using ffmpeg.
  • 🖼️ Embeds album art & metadata.
  • 📂 Outputs into neat folders with track numbers.

📂 Repo Structure

Youtube_Music_Downloader/
├── colab_notebook.ipynb   # Run in Google Colab
├── downloader.py          # Core downloader script
├── requirements.txt       # Dependencies
├── README.md              # This file
└── LICENSE                # MIT License

🔮 Future Upgrades

  • 🚀 Parallel downloads for faster speeds.
  • 🎧 Choose between MP3, AAC, FLAC.
  • 📊 Fancy progress bar in Colab.

⚖️ License & Disclaimer

  • Licensed under MIT.
  • For personal use only — don’t resell or redistribute downloaded music.

⭐ Support

If this repo made your playlists cooler star it ⭐ on GitHub.

About

Download entire YouTube Music playlists as MP3s — straight to Google Drive or your laptop, with metadata & album art.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published