Download Youtube Videos in Ubuntu Linux

Youtube-dl is a command-line program to download your favorite videos in Youtube. With this program allows us to save them as *.flv files.

Download Youtube Videos in Ubuntu Linux

Here are steps to install and use youtube-dl in Linux Ubuntu 10:04:

1. Install youtube-dl

youtube-dl is available as Ubuntu package, so we just open a terminal and install it:

jafar@roemasa:~$ sudo aptitude install youtube-dl

2. Use youtube-dl

To learn more about their use, see in the manual page:

jafar@roemasa:~$ man youtube-dl

The basic use like this:

youtube-dl -o [name of output file] [YouTube URL]

Example:

jafar@roemasa:~$ cd Desktop/
jafar@roemasa:~/Desktop$ youtube-dl -o tes.flv http://www.youtube.com/watch?v=SwoyxYMfLfQ

First we move to Desktop directory. Then type the command and result files can be viewed on the Desktop with the name test.flv. Just run the file with a media player such as Movie Player.

Download - http://bitbucket.org/rg3/youtube-dl/wiki/Home

Related posts:

  1. How to Download Videos from YouTube, MySpace,Google Video, and Others
  2. Flash Player 10.1 goes final for Nexus One handsets, available to download now
  3. Youtube Video Upload limit increases to 15 minutes for all users
  4. 15 YouTube Killer Features of 2025
  5. How To Stop Any Program To Appear In Frequently Used Programs List ?
  6. How to install a Blogger Template
  7. Windows File Unlocker
  8. 5 things you may not know you can do with attachments in Gmail
  9. How to Login Windows XP without a password
You can leave a response, or trackback from your own site.

Leave a Reply

*