Install UTube Ripper in Ubuntu Hardy
First you need to download .deb package from here
After downloading Double click the file to start installation. This will fetch and install all its dependencies.
This will complete the installation.
Using UTube Ripper
Go to Applications--->Internet--->Utube-ripper

Once it opens you should see similar to the following screen

Now you can copy your favourite youtube URL click on download

Download is in progress

Youtube download completed.The downloaded file will be saved as video.flv under the /home/yourusername/.utube folder.To extract mp3, check ‘Rip audio only‘ under the ‘Convert FLV’ section. Click ‘Browse’, navigate to the /.utube folder and select the file video.flv


Click ‘Convert’ to start the conversion. The mp3 file will be saved as audio.mp3.mp3 ripping in progress

mp3 ripping completed

Conversion settings screen as follows






Only available for Ubuntu 32 (no deb 64 package to download / I wish there was)
[Reply]
Thanks! I was just looking for something like this, wanted to get some cool Honda engine sounds, and maybe a bit of Ecstasy of Gold.
[Reply]
I am not able to play the audio on rhythm box or Mplayer. Any suggestions?
[Reply]
Thanks. I actually got it working.
[Reply]
cool, fast and easy… In the Ubuntu way…
[Reply]
Thanks a lot!
[Reply]
Yet another useless piece of software … Open the Youtube site, and after the download is complete do
ffmpeg -i /tmp/Flash /path/to/where/you/want/the/file.mp3and you’re done[Reply]
Can this rip ‘HD’ version of YouTube videos?
[Reply]
mplayer -dumpaudio nodame_theme.flv -dumpfile nodame_theme.mp3
[Reply]
Will there be HD Ripping in the next Version? PLS
[Reply]
Thanks dude, posting Anda sangat informatif, nice post!
[Reply]
No package for Intrepid?
[Reply]
UTube is really a very useful application, but after downloading I am not able to find the downloaded file by browsing, as you have shown above. Please help, as to what to do.
[Reply]
I’ve tried using this program but it doesn’t seem to want to work. I’m using Ubuntu 9.04…I put in the url, clicked convert and it says that its completed and in the ~/utube folder. However, when I go into that folder it says that there are zero files in it.
What am I doing wrong?
Thanks
[Reply]
I have the same problem as Sean above… file is not downloaded, even though it says download complete. Using ubuntu 9.04.
[Reply]
I have Ubuntu 9.04 too and I have similar problem, but trying to download a few more times, somehow it worked. S. and g. - try to clear directory, while downloading or “fake downloading” (you know what I mean:)) check the directory, if there is a temporary file then it’s all ok and the video will be downloaded successfully.
But it’s not always working, so the problem is not solved.
[Reply]
Ha, if you give the flv file name “video” and place it in ~/.utube converter will work in 100%
and you can download from YT in thousands of ways (example: UnPlug)
[Reply]
Problem, when i click to open it from the Accessories > internet > utube ripper. it says it is starting, then goes away and it never opens. running ubuntu 10.4 lts
[Reply]
For these of you that are not familiar with the runtimes in Ubuntu, this application is built to run under the gambas runtime environment.Depending on the configuration of your package manager(QTdebi,etc), this dependency may not be installed automatically.To do this,go to the Synaptic Package Manager, search for Gambas and install all it’s components.As an application built to run on the gambas runtime, a missing component for gambas will mean missing orr malfunctioning application components.
[Reply]
I downloaded and installed it and all the Gambas packages so now program opens and says it saved but nothing. I am running 10.10 please help. I am a musician and really want this to work
[Reply]
Unfortunately, this just does not run on 10.10. I have installed all of the Gambas packages and corrected the installation so the directory structure is in sync with the menu.
If it helps, running from the command line, I can see:
--2010-10-31 22:15:14-- http://www.youtube.com/watch?v=IAhGcLrjeoE
Resolving http://www.youtube.com... 66.102.7.91, 66.102.7.93, 66.102.7.136, …
Connecting to http://www.youtube.com|66.102.7.91|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [text/html]
Saving to: `urlsrc.txt’
[ ] 120,411 137K/s in 0.9s
This sits there forever until I kill the application.
This looks like it could be a really useful tool so I hope you will be willing to sort out a fix.
Cheers
[Reply]
Ed Reply:
October 23rd, 2011 at 1:04 am
Same here, 2 files are written to the .utube dir ,url.info and urlsrc.txt but these disappear as soon as the download is finished leaving the directory empty.
[Reply]
WIll SOMEONE PLEASE FO THE LOVE OF GOD TELL ME WHERE the HELL THE REKONQ CACHE IS? AND WHERE THE FLV FILES OR ANY INTERNET FILES ARE STORED !!!!!
[Reply]
Right I have tried and it will not work I am using ubuntu 10.04 and it wont read the file for the installation
any idea’s?
[Reply]
UTube ripper is a Youtube-Downloader wanna-be which sometimes does not work at all.
USE “ClipGrab”, available for all distros, easy to install, looks great and has a lot of features.
It simply works !
http://clipgrab.de/en
[Reply]
Ed Reply:
October 23rd, 2011 at 12:54 am
ClipGrab is totally useless. I tried it but the mp3 convertor function doesn’t work on Linux machines THe mp3 convertor only works on Intel Macs according to their website.
GlibCrap for all I care.
[Reply]
CVictor Reply:
October 25th, 2011 at 2:49 am
As I said: it works as in download and convert to mp3 / mp4. What converter?
[Reply]
10.04 needs gambas2
sudo apt-get install gambas2
[Reply]
when will it be available for 64 platform ?
[Reply]
Install youtube-dl
youtube-dl http://youtube.videos
install ffmpeg
ffmpeg -i video.flv -ab 128 song.mp3
gives you a 128kb bitrate mp3
install sox Sound Audio Exchange
and you can readjust treble bass gain
and do lots of other things with all kinds
of audio files.
Eric
[Reply]