Monday 6 February 2012

Download YouTube Videos from Ubuntu 11.10


YouTube Video Downloader in Ubuntu 11.10

You can use various ways to download a youtube video into your ubuntu 11.1o. Using a yoututbe client, a command lineutility, a web browser plugin are available for downloading videos from youtube.

MiniTube

Minitube is the best youtube client in ubuntu 11.1o. You can watch Youtube Videos right from your desktop. You can easly download youtube videos into ubuntu 11.10 using minitube. It has a very simple and easy GUI. You can configure the video size, related videos etc. You can easily search using keywords or a youtube channel name. The project is hosted in gitorius and is released as GPL.

Install Minitube, The Youtube Downloader in Ubuntu 11.10

Minitube is available in official package repository. To install minitube just type the command in command line.
sudo apt-get install minitube
you can install using Ubuntu Software Centre also. Just search for minitube in the software centre and click install.

Download videos using MiniTube in Ubuntu 11.1o

To download a video just play the video in minitube. The go Video > Download in the menu. The videos will be saved to /home/username/Videos.
 Download Youtube Videos Using Terminal Utility
You can download youtube videos by using the command line. To download videos from command line you can use the command youtube-dl.  Install install a utility  youtube-dl. Open terminal and type
sudo apt-get install youtube-dl
Now, open the youtube video in the browser and copy the URL from the address bar.
Then execute the following command -
youtube-dl "http://youtube.com/?v=VideoID"

No comments:

Post a Comment