Monday, February 6, 2012

How to download youtube videos in ubuntu?

Follow all six steps in order to download youtube video in ubuntu.




Open Terminal using Applications ---> Accessories ---> Terminal (or) Press Ctrl + Alt + t.

Step 1 : Install youtube-dl package by using the command:
       

         sudo apt-get install youtube-dl




Step 2 : Go to www.youtube.com

Step 3 : Search for the video you want to download.

Step 4 : Try to start playing the video for a second.

Step 5 : Copy the url of the video.




Step 6 : Come back to the terminal and type:

        youtube-dl -o iplauc.flv http://www.youtube.com/watch?v=6rcbF_8xT58&feature=fvst[1] 4114






Now you can see the downloaded video in home directory.

Its so simple,right !

No comments:

Post a Comment