![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Ubuntu Extra Shot
![]() |
HowTo: Download YouTube videos (the easy way)
Many people have been asking how to download youtube videos, and kept being pointed to useless software which will do it for them.
Here is the easy way: Step 1: Find the video you want to download and wait for it to completely finish loading. Step 2: Minimize your browser (do NOT close it, some browsers delete the temp directory upon closing), and navigate to the directory /tmp Step 3: Drag the flash file onto your desktop. Voila! This definitely works with firefox, and probably most other browsers aswell. Enjoy! |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Sep 2006
Location: Spain
Beans: 404
Kubuntu 7.04 Feisty Fawn
|
Re: HowTo: Download YouTube videos (the easy way)
Here is a simple way also: Find the video you want to download...let's say this one here:http://youtube.com/watch?v=2BCoZiSbGtY
You don't need to watch it or anything...then in the address bar on top of ANY browser put kiss in front of the youtube...so the address will be http://kissyoutube.com/watch?v=2BCoZiSbGtY That will take you to a page that will give you the preview of the video(like youtube) and a lot of links ...and one of them is Download Now (guess what it does |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 12
|
Re: HowTo: Download YouTube videos (the easy way)
There are also a few services I've seen floating around, web-based, that grab the YouTube FLA file, and convert it to MPEG-4.
Google it.. ![]() |
|
|
|
|
|
#4 |
|
Way Too Much Ubuntu
![]() |
Re: HowTo: Download YouTube videos (the easy way)
Cool, that's really neat, didn't know that.
Check out this nice bash script. Code:
#!/bin/bash
flash=$(ls -t /tmp/Flash* | head -n 1)
destination=$(find ~/.mozilla -name sessionstore.js -exec sed 's/.*title:"\([^"]*\).*selected.*/\1/' {} \;)
echo "waiting for download to finish ..."
size=$(du $flash)
while sleep 5s; do
if [ "$size" != "$(du $flash)" ]; then
size=$(du $flash)
continue
else
break
fi
done
cp "$flash" "$HOME/${destination////%2f}.swf"
__________________
"How about we kill them, and then rape their bodies
so we can use their blood as lubricant!" -- Beary Last edited by bashologist; September 13th, 2007 at 04:11 PM.. |
|
|
|
|
|
#6 | |
|
Ubuntu Extra Shot
![]() |
Re: HowTo: Download YouTube videos (the easy way)
Quote:
I'm assuming people can convert the videos themselves if they see it necessary. Personally, I use WinFF to convert all my videos. You can also use to it convert to iPod format |
|
|
|
|
|
|
#7 | |
|
Quad Shot of Ubuntu
![]() Join Date: Apr 2006
Location: Green Bay, WI, USA
Beans: 399
Kubuntu 8.04 Hardy Heron
|
Re: HowTo: Download YouTube videos (the easy way)
Quote:
__________________
A computer without Microsoft is like a chocolate cake without mustard. |
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2006
Beans: 21
|
Re: HowTo: Download YouTube videos (the easy way)
Have a look at http://code.google.com/p/vdown/ , too, it has a little GTK-GUI and downloads from many video portals (all supported by videograb.de), it saves the files with the original name of the video. You can also download video lists with it.
greetings |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Location: Sweden
Beans: 12
Ubuntu 7.04 Feisty Fawn
|
Re: HowTo: Download YouTube videos (the easy way)
I'd suggest installing the package "youtube-dl" available from the unverse repo. From a terminal:
sudo apt-get install youtube-dl Using the download-script is easy. Start a terminal, and type: youtube-dl <link to youtube video> |
|
|
|
|
|
#10 |
|
Grande Half-n-Half Cinnamon Ubuntu
![]() Join Date: Jul 2005
Location: /dev/UK
Beans: 998
Ubuntu 9.04 Jaunty Jackalope
|
Re: HowTo: Download YouTube videos (the easy way)
There's also a firefox extension called download helper:
https://addons.mozilla.org/en-US/firefox/addon/3006
__________________
Desktop: Dell Studio 540, Ubuntu Jaunty Laptop1: Asus eeepc 1000H, Ubuntu Hardy, Windows XP. Laptop2: IBM Thinkpad R50e, Ubuntu Jaunty. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|