Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 919 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 919 Bytes

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.