This is a simple python (django) based web application to download videos and audios from YouTube.
To work with youtube video streams I use pytube
- Go to YouTube and search for the video you need
- Copy the link
- Go to the youtube downloader and paste the link
- Select video or audio by resolution or abr
- Download video, Easy peasy :)
- Clone or Download the repository to your local machine
- Open the folder, cd to myenv and activate the venv
- Run the comannd python manage.py runserver
- Go to localhost or 127.0.0.1:8000
- Clone or Download the repository to your local machine
- Open the folder, and run pip install -r requirements.txt
- Then you need to change line 273 inside cipher.py to r'\([a-z]\s*=\s*([a-zA-Z0-9$]+)(\[\d+\])?\([a-z]\)',
- Run the comannd python manage.py runserver
- Go to localhost or 127.0.0.1:8000