This Repository contains source code of a Django based web app to download youtube videos or a complete playlist at once. By default, it would only download highest quality video format available.
Dependencies: Pytube
To run the program, go to the directory containing the program and type: python3 manage.py runserver
.
Next, go to address http://127.0.0.1:8000/
- Improving UI.
- Reduction in repeated code.