Simple python script to download videos from YouTube
- Install dependencies (optionally, you could do this in a virtual environment):
pip install -r requirements.txt
- Run the python script
- Enter the URL of the video you want to download in the search bar
- Change the settings to your likings
- 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.