How to Download Videos with Terminal

Oct 11, 2015 03:52 PM
Oct 11, 2015 03:53 PM
635801485682580379.jpg

I think everyone listens music. Sometimes, we love a music and want to download it. Now, i will show you how to download our favorite videos/musics with terminal.

Step 1: Download Youtube-DL

First, we need to download Youtube-DL. Run this command for install the youtube-dl;

kali > curl https://yt-dl.org/downloads/2015.10.09/youtube-dl -o /usr/local/bin/youtube-dl

OR;

kali >wget https://yt-dl.org/downloads/2015.10.09/youtube-dl -O /usr/local/bin/youtube-dl

635801485682580379.jpg

Step 2: Enjoy!

To download a video/music just run this command;

kali> youtube-dl

635801488998988003.jpg

Wait, what? Permission denied? Run this command for permission;

kali> chmod a+rx /usr/local/bin/youtube-dl

Now, try again;

635801492543052327.jpg

Yes, it works! Now you can download videos from Youtube, Vimeo, Dailymotion ...

EXTRA; to download videos from Facebook follow this steps;

Step 1: Change WWW. To M.

635801500718830855.jpg

Then click on video a new tab will appear. Finally, right click on video and select ' Save Video As; '

Thanks for reading, i hope you like my first guide.

Comments

No Comments Exist

Be the first, drop a comment!