Skip to content

bokievkhushnud/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-downloader

About:

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

How it works:

  • 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 :)

How to run:

  • 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

If you don't have venv or you can not run the venv:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published