Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

For a school project I need to download three youtube videos and save them to a CD. I am running Ubuntu 10.10; can anybody provide instructions on how to do this? I'm fairly new to Ubuntu so the more detail the better.

share|improve this question
11  
School project?? "You shall not download any Content unless you see a download or similar link displayed by YouTube on the Service for that Content." youtube.com/t/faq – arrange Sep 27 '11 at 17:03
Thanks to all the responses on this question. – cathy Sep 28 '11 at 15:54
3  
NOTE: before to download a video hosted in YouTube read the Copyright on YouTube page. Have in mind that all the videos there, doesn't have the same license. – Lucio Feb 22 at 22:30

22 Answers

up vote 13 down vote accepted

For Firefox Users:

You can install Video DownloadHelper addon on firefox and download any embedded object including Youtube videos.

enter image description here

enter image description here

https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/

share|improve this answer
Very many thanks for your help. That worked well. – cathy Sep 28 '11 at 15:54
4  
why does this screenshot show how to do it in internet exlporer? – Alvar Oct 2 '11 at 9:28
1  
@Alvar : It is mozille firefox – Tachyons Nov 15 '12 at 1:52

There is this greasemonkey script on userscripts.org. But I cannot vouch for it. Nor I can assert the security of such a script.

But it seems to work.

You will need to install greasemonkey

share|improve this answer

No need for plugins, this is simple and a excellent solution:

http://code.google.com/p/get-flash-videos/

share|improve this answer

Why did no one mention Minitube Install minitube?

Minitube is a YouTube desktop application. With it you can watch YouTube videos in a new way: you type a keyword, Minitube gives you an endless video stream. Minitube is not about cloning the original YouTube web interface, it aims to create a new TV-like experience.

It does not require the Flash Player. From this application you can watch and download videos.


screenshoot1

screenshoot2

share|improve this answer
I'm wondering why no one mention this as well. By the way, a Ubuntu or Linux screen shot would be nice. – Oxwivi Sep 29 '11 at 11:30
1  
This is not really what the question was referring to. Can you download youtube videos from here? – justingrif Sep 30 '11 at 16:04
2  
Why not?, minitube CAN download videos... – Uri Herrera Sep 30 '11 at 18:04
2  
@justingrif, see the downwards pointing arrow in the screen shot? – Oxwivi Oct 2 '11 at 12:01

Add pwn in front of the youtube link to get options to download, eg. File2HD works well for me

share|improve this answer
  1. Copy the URL of the Youtube video that Ur watching
  2. Open a New Tab, Hit www.keepvid.com
  3. U'll find a Text Box at the top of the page, Paste the URL that you have copied into the box and click on Download
  4. Run the Java Applet when prompted (You have to have Java Installed on the system or else this won't work)
  5. Once done, you'll have various formats and qualities of the video, Right click on the one U find most suited and click Save Link As and save it.
share|improve this answer

If you open libflashplayer.so with an hex editor (like ghex2), and change the first occurence of unlink with rename, temporary flash files get persistent in /tmp.

share|improve this answer

There are so many ways of downloading YouTube videos.

Application:

Personally I have used MiniTube as my application of choice for getting videos from YouTube. It's a real simple approach. Find the video by keyword, then download it.

Command Line:

If you feel comfortable with the command line interface (or CLI as it is known) through your terminal application, try the youtube-dl command line approach.

Websites:

Websites like MediaConvertor or Vixy Freecoder can do this without the need of installing extensions for Firefox or Chrome/Chromium or native applications.

These 2 websites allows you to download in different formats. Both audio and Video formats. You plug in the link to the video on their site and wait for the conversion to complete and then you get the link for the download.

The bonus to the sites is that they are cross-platform much like the extensions approach. But if you want to free your browser from the clutter of extra things, then try the sites or the other suggestions others have mentioned.

share|improve this answer

Run

sudo apt-get install youtube-dl

to install command line mode downloader for YouTube.


Then run

youtube-dl YouTube-video-link

so it will download the video.

share|improve this answer
4  
If you don't have aptitude, you can use apt-get instead. Please note also that before using sudo aptitude install ... or sudo apt-get install ... commands, you should first run sudo aptitude update or sudo apt-get update. – Eliah Kagan Jun 2 '12 at 16:04
sudo: aptitude: command not found – siraj Jun 2 '12 at 16:07
@siraj use apt-get instead. – virpara Jun 2 '12 at 16:08
It should be worth noting that new versions of youtube-dl can be downloaded from rg3.github.com/youtube-dl – paed808 Feb 23 at 17:51
1  
I recommend to run sudo youtube-dl -U right after apt-get. – modosansreves Feb 28 at 13:32

I found something that is recent. Just get a Firefox addon for downloading Youtube video's. Firefox addons for downloading Youtube video's

If you use Chrome/Chromium on Ubuntu, here are some addons for them: [Chrome/Chromium addons for downloading Youtube Video's][3]

[3]: https://chrome.google.com/webstore/search/Youtube%20downloader?utm_source=chrome-ntp-icon here is the tutorial http://www.youtube.com/watch?v=yqDqrE_v6pE

share|improve this answer
You're unlikely to find a useful Chrome extension by searching the Chrome Store because enabling YouTube video download violates the store's Terms of Services. However, if you install the "YouTube Options" extension, you'll find a disabled download option which you can enable by installing the full version (obtainable from the developer's website by following the link in the crippled version's options). – Chan-Ho Suh Aug 19 '12 at 21:34

use gmediafinder, I'm using it for a while and it's awesome.

share|improve this answer

clive Install clive

We are able to download free content from YouTube or other streaming sites with this easy to use command line tool.

clive is a command line video extraction utility for Youtube and other similar video-sharing websites. It was written to work around the Adobe Flash plugin requirement as the technology is poorly supported on Unix-like systems. from manpage

To downlaod a video from a given location (on You Tube press the "Share" button to get the URL to a video). Copy this link and issue clive from a terminal with e.g. the following command:

clive -f best http://youtu.be/D6z6hn6wZlg

There are plenty of other options to control download behaviour including options to choose the download format that are all nicely documented in the manpage.

share|improve this answer
Clive is an awesome tool. It has a lof of features. :D – vhbsouza Aug 19 '12 at 16:09

For Google-chrome Users:

I would use this Chrome/ium extension

enter image description here


UPDATE:
As the the other one doesn't work anymore i have updated this answer:

This is a new extension and it is not on the Chrome Web Store enter image description here

You can download the extension here.



Here's a step by step on how to install extensions from other sites than Chrome Web Store:

  1. Download the extension file from the website and save it to your computer.
  2. Click the wrench icon on the browser toolbar.
  3. Select Tools > Extensions.
  4. Locate the extension file on your computer and drag the file onto the Extensions page.
  5. Review the list of permissions in the dialog that appears. If you would like to proceed, click Install.

Source: Google Support


For Firefox Users:

And for Firefox users, you can get this extension: Download YouTube Videos as MP4, not as many options as the chrome one but has MP4 and FLV formats and supports HD for HD videos

share|improve this answer
This excellent chromium extension seems to have been deleted. Do you know a way to have this functionality yet? Thanks in advance. – Geppettvs D'Constanzo Jan 26 at 1:20
Sorry, youtube doesn't allow to have this kind of extensions. but i have found a way around it. I will update my answer in a minute – Jeggy Jan 26 at 22:51
Thank you @Jeggy, your suggestion is splendid. I have successfully installed this extension and it's working pretty fine on my Ubuntu system. Nevertheless I find a major issue when trying to install the same extension using your procedure in a Windows Based system, the extension installs but won't work. I would appreciate a lot if you provide some of your experience on this issue. Thanks in advance. – Geppettvs D'Constanzo Jan 28 at 16:46
It should work just as good on Windows :/ I do not have any Windows machine close to me at the moment sorry :( but i will try it with Windows soon and maybe i'll update this if i'll get it to work – Jeggy Jan 28 at 17:41

You could also try using Clipgrab it can download videos from youtube via the clipboard, or you can search via the application for videos. The PPA here You can use these commands

sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update && sudo apt-get install clipgrab
share|improve this answer

For Firefox Users:

As my answer to that question is probably more valid here, I'll present it here for convenience.

You can use flashgot, which is an addon for firefox that I have found extremely useful for downloading videos from Youtube and other sites. (You still require the flash-plugin in your browser, however, for the video to be detected by flashgot.)

  • Install flashgot from the official Mozilla addons site and restart firefox. Make sure that the addon is enabled; check by going to tools > addons > extensions. From the flashgot entry in the extensions tab you can also set a number of preferences.

  • Navigate to your Youtube video and set the quality in the youtube video settings and start the video playing for a few seconds and then pause it.

  • Right click in the Youtube page and select flashgot media; there probably will be more than one video; either simply download them both or choose the larger file size (which will be the higher quality video). You can either use your browser's download manager or another program set via the flashgot options.

enter image description here

share|improve this answer
especially powerful with axel as download manager to download at greatest speed (askubuntu.com/a/180370/47206) – cipricus Jan 28 at 16:00

For Firefox Users:

To download YouTube Videos with Firefox, simply visit the following site to download the extension that works with Firefox.:

https://addons.mozilla.org/en-US/firefox/addon/download-youtube/

share|improve this answer

Solved with a small shell script :


#!/bin/bash
#
# grabflash
#
# Finds any cached Flash videos in the kernel file handles list
# and copies them to the user Videos folder ; this gets around
# the new Flash players habit of opening a cache file in /tmp
# and immediately deleting it.
# 
# Usage : play the video until it's all cached. Run script.
#         video will be copied to ~/Videos folder as FLV
#

for I in $(pgrep -f libflashplayer.so)
    do ls -l /proc/$I/fd/* | \
    grep '/tmp/Flash' | \
    grep -o "/proc/$I/fd/\\S*" | \
    xargs --no-run-if-empty cp -t ~/Videos/
done
share|improve this answer

You can also use RealPlayer. I didn't see it mentioned yet. You're able to download in both mp4 or flv format. It's a free download and a one click install.

share|improve this answer

I know it is answered, but I'm shocked that none explicitly mentioned Bytubed. Its simple the best to me when it comes to you-tube download. Just do install it and then go to Firefox's tools->Bytubed

Only downside is it works with FF only but to me its not downside since I use FF for all my browsing...

share|improve this answer

I think that the simplest way to download a video from youtube, without installing any plugin or sofware, is with savefrom.net. and here is the video demonstrating How to download youtube videos using the ss trick Lets say you want to download the below video

Video to download

On your address bar add ss behind youtube.com and hit Enter ↵

How to

Now you will be redirected to savefrom.net. On your right, click on the video quality you want to download.

Download

share|improve this answer

There is an Add-On in both Firefox and Google-chrome

named as Easy Youtube Downloader.

for Firefox

for G-Chrome enter image description here

share|improve this answer
chrome extension not working – vipin8169 Mar 4 at 9:30

4kdownloader! other than downloading videos from url, it can also download entire playlists, and also convert them to mp3 or other formats if required.

http://www.4kdownload.com/

I am using it for long time, it's simple and easy to use, and has GUI interface for ubuntu.

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.