With Windows, there are a couple programs to download video from YouTube. Does anyone know of any free software that will do this on Ubuntu?
-
try clipgrab.... http://askubuntu.com/questions/191589/how-do-i-install-clipgrab/191598#191598 – Prasad RD Nov 15 '12 at 01:30
-
http://www.keepvid.com/ paste youtube url here and download whichever quality you want – AurA Jan 28 '13 at 11:08
5 Answers
I've used Clipgrab and I'm not much impressed with it as it don't show download speed.
I prefer youtube-dl. It is a console application and thus light weight and bundled with lots of features. One of my favorite feature of youtube-dl is it can download youtube playlists.
To install youtube-dl
sudo apt-get install youtube-dl
Don't forget to see it's man page and help.
man youtube-dl
youtube-dl -h

- 3,465
I use clive for that, works brilliantly.
dennis@lightning:~$ apt-cache show clive
...
Description-en: video extraction utility for YouTube, Google Video and others
clive is a command line utility for extracting videos from Youtube and other
video sharing Web sites. It was originally written to bypass the Adobe Flash
requirement needed to view the hosted videos. It is non-interactive, meaning
it can work in the background while the user is not logged on. This allows the
user to start an extraction and disconnect from the system, letting clive
finish the work.

- 6,854
If you want to download the video directly from firefox, you can install this plugin: https://addons.mozilla.org/en-US/firefox/addon/flash-video-downloader-youtube/
A download button will appear under every video, and also in the firefox toolbar.
Additionaly, it will also download flash videos from other websites.

- 266
- 2
- 5
There is a web-based tool that can download a youtube video for you: keepvid.com. With firefox it requires some java plug-ins so it may not be the right solution for everyone.

- 2,093