Skip to content

Python application to download high resolution YouTube videos. Can also download audio-only for music.

License

Notifications You must be signed in to change notification settings

aditya-arolkar-swe/youtube_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Downloader

Functions:

  • Search for a youtube video to download
  • Download a searched youtube video or directly from a URL
  • Download can also be audio-only for music
  • Download some or all videos from a youtube playlist

How it works:

Merges the highest resolution DASH video stream with the highest average bit rate audio stream using ffmpeg.

To run:

Install all dependencies

pip3 install -r requirements.txt

Run:

python3 main.py

Follow all command line output and reply with your inputs.

About

Python application to download high resolution YouTube videos. Can also download audio-only for music.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages