Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 626 Bytes

PyPlaylister

A simple youtube mp3/mp4 playlist downloader written in Python

Setup

To run this script, you will need to have ffmpeg installed. It also uses pytube and pydub which you can install via pip. I you have troubles with pytube after installing it try: pip install pytube3

If you experience any problems with cypher.py from pytube try this fix: pytube/pytube#631

The default save path for downloaded files is a Windows syntax one, just change SAVE_PATH variable in the python file.

Usage

Just run the script in cmd or terminal and follow the on-screen instructions.