This is a YouTube video and audio downloader web application built using Django and pytube, in this application user can download the YouTube video or audio by pasting the video link in search box. The downloaded file will be saved to the user's device.
- Download videos in different resolutions
- Download audio
- The file will be downloaded to the client's device
Clone the project
git clone https://github.com/Shivakumar1V/Django-YouTube-Downloader- Go to the directory where
manage.pyfile is available, usecdto change the directory
Install dependencies
pip install -r requirements.txtStart the server
python manage.py runserverIt will run the application on http://127.0.0.1:8000/
Now the application is ready to use
Open your browser and go to http://127.0.0.1:8000/


