YouTube Video Downloader is a simple Python Web application built with Django
youtube-dll module is used: youtube-dll
This App Uses
asgiref==3.5.1
Django==3.2.3
pytz==2022.1
sqlparse==0.4.2
typing-extensions==4.2.0
youtube-dl==2021.12.17
$ git clone https://github.com/alii76tt/youtube-video-downloader
$ cd youtube-video-downloader
$ python -m venv venv
if you are using windows:
$.\venv\Scripts\activate
if you are using linux
$source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver