Youtube Downloader is a Python Web application built with Django.
- Download Youtube videos in every format ranging rom 144p to Full HD.
- Easy to use, userfriendly UI.
- This App Uses Python 3.7, pafy, Django 2.1, youtube-dl.
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/chunkydonut21/Youtube-Downloader.git
$ cd Youtube-Downloader
$ pip install -r requirements.txt
$ python manage.py runsever
MIT License