Pear Linux tutorial, tips and how to

 

How to download YouTube video on Pear Linux 7 via command line

YouTube is the largest online video streaming service that provide millions video for watching. But, to download the video from YouTube, we need to install additional package. In Ubuntu and its derivatives such as Pear Linux 7, we can use youtube-dl application which let us to download YouTube video via command line. Its pretty simple and easy to use. youtube-dl does not have user interface and we must type the command line to download YouTube video. But, its not hard to do.
To install youtube-dl on Pear Linux, simply use the following command
sudo apt-get install youtube-dl
Then we can start downloading YouTube video using this command:
youtube-dl http://www.youtube.com/watch?v=VZqkktcaxWQ
Change http://www.youtube.com/watch?v=VZqkktcaxWQ with the YouTube video url. Then youtube-dl will start downloading the video and stored locally. 

Comments :

0 comments to “How to download YouTube video on Pear Linux 7 via command line”