Skip to content

Simple python script to download videos from YouTube

License

Notifications You must be signed in to change notification settings

Discusser/YTDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YTDownloader

Simple python script to download videos from YouTube

How to use

  1. Install dependencies (optionally, you could do this in a virtual environment):
pip install -r requirements.txt
  1. Run the python script
  2. Enter the URL of the video you want to download in the search bar

image

  1. Change the settings to your likings
  2. Use whichever download button you need. The output path is the current working directory if it is not specified. The file name is:
Video only: video_title-VIDEO.file_extension
Audio only: video_title-AUDIO.file_extension
Video and audio: video_title.file_extension

Note: The full video is produced by merging the video file and audio file together, so you might see the audio and video files, don't try deleting them, they are removed when the job is done.

About

Simple python script to download videos from YouTube

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages