Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.78 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.78 KB

HitCount


YouTube-Video-Audio-Downloader


🚀 There are a lot of websites which offers downloading video from YouTube but none of them allows to

Download in Resolution of your own choice.


YToff_gif



So I decided to write my own script for this purpose.


I found that their are two python libraries to support the cause, I found *pytube* to be more easy and appealing.
But YouTube doesn't give you what you want staright away.
Next *Problem* I had was to merge the video and audio of your own choice and *Challenge* was to keep it simple to use for others sake.

Requirements (If using Python file)

pytube

In Windows CMD: py -m pip install pytube
In Linux terminal: sudo pip install pytube

pyfiglet

In Windows CMD: py -m pip install pyfiglet
In Linux terminal: sudo pip install pyfiglet

ffmpeg

Download it from their website. Add it's bin to environment

🐫 That's it.

YToff_img


YToff_img2


YToff_img4


Requirements (If using exe File)

ffmpeg

Download it from their website. Add it's bin to environment


  • Add Playlist Download Support.