/youtube_downloader

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

Primary LanguagePythonMIT LicenseMIT

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.