A web based python application to download youtube videos
- Clone GitHub repository
- Download required dependencies:
$ pip install -r requirements.txt
(If there is an issue when installing streamlit, try switching to Python 3.7) - Install ffmpeg and add it to your path
- Run
init.py
(If you get a cipher error, that is an error with pytube that should be fixable with this)