Converts a Youtube playlist URL to a M3U playlist (for VLC for example).
- Python3
- requests
- beautifulsoup4
Install like so:
pip3 install -r requirements.txt
python ytplaylist.py '<url to youtube playlist>'
This will create a m3u
file named after the youtube playlist. Open
with something like VLC.