modkhi / yt-playlist

YouTube playlist downloader (mp3 audio)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yt-playlist

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.

Packages and versions

  • pytube==12.1.0

Installation

  1. git clone https://github.com/modkhi/yt-playlist.git or download the source code
  2. navigate to the folder
  3. do pip install -r requirements.txt to install the package from requirements.txt
  4. do py yt-playlist-download.py
  5. enjoy!

Usage

  • 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
  • Downloads destination (optional): - must insert the full path
    • e.g. C:\Users\Username\Folder

About

YouTube playlist downloader (mp3 audio)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%