mtrafisz / yt-playlist-audio

Download Your YouTube playlists as mp3s
MIT License
0 stars 0 forks source link

YtPlaylistAudio

Simple YouTube playlist downloading tool.

All You have to do, is providing the playlist url, and this tool will download all of your songs in mp3 format to your PC.

Usage

# venv initialization, etc.
pip install -r requirements.txt
python3 yt-playlist-audio.py <url to playlist>

Requirements

You have to have ffmpeg binary accessible in your PATH.

Info/Why?

License

This project uses following packages:

I do not claim any rights to those packages.

YtPlaylistAudio is itself licensed under MIT license.