Header Ads

How To Download videos From youtube on linux using command line.

 

 

 How To Install & Configure

Copy below command and Open Your Terminal (CTRL+T) and paste on your terminal and press ENTER.


git clone https://bitbucket.org/DevOps-Expert/youtube-downloader.git; cd youtube-downloader; ./ytd --configure; source ~/.bashrc




Enter Your User Password When it asking for. it required for Download binary file for YTD Downloader. 

once Downloader get configured you will see like below image.

if every this is configured Properly Then you can use below command to download any video, mp3, play list easily. 

 

How to Download Youtube Videos ?


    It is very simple and very easy tool that allow you to download youtube videos, playlist, easily. it is also helpful to download bulk videos from file. that contains bulk youtube urls.

    To Get Syntax Help or Man Page, Execute below one.

 harry@harry:~/YouTube$ ytd -h

if you want to Download HD Videos (1280x720p) run below command.

 harry@harry:~/YouTube$ ytd -u https://www.youtube.com/watch?v=s7viEqT02Yc --hd

Run Below command to Download MP3 from youtube.

harry@harry:~/YouTube$ ytd -u https://www.youtube.com/watch?v=s7viEqT02Yc --mp3

To Download Standard Quality Video from youtube.

harry@harry:~/YouTube$ ytd -u https://www.youtube.com/watch?v=s7viEqT02Yc --video

To Download HD Videos,Playlist,Bulk Videos using ./tmp/video_list.txt from youtube.

ytd -o HD_Videos --bulk
ytd -o HD_Videos --playlist
ytd -o HD_Videos --batch


Note: -o used to create a folder name HD_Videos & all videos will be Download here. you must have to make entries all urls in ./tmp/video_list.txt that we want to download

Hey Friends,

if you found any bug please share with me. so that i can fixed in future version.

email me at HarryTheITexpert@gmail.com



Source Code : https://bitbucket.org/DevOps-Expert/youtube-downloader

No comments

Powered by Blogger.