Page 1 of 1
You Tube
Posted: Thu Oct 12, 2006 10:35 pm
by Muninn
Is there any way you can save the videos on You Tube onto your computer? There's this Monty Python sketch I really want that I keep watching again and again.
If this is illegal forget I said anything.
Posted: Thu Oct 12, 2006 11:02 pm
by CodeCat
If you dig into the HTML code and find the link to the video file then you can probably save it like that.
Posted: Thu Oct 12, 2006 11:19 pm
by baloki
It's not in the html file as they use flash to link to the videos, if you view it in IE however sometimes IE copies it into your cache so might be worth a look there

Posted: Fri Oct 13, 2006 12:33 am
by Fritz
I use this. It's great! Then I use a program called iSquint to make it iPod-compatible. But that's Mac only.
Posted: Fri Oct 13, 2006 12:34 am
by Blue Blur
There's a way:
http://javimoya.com/blog/youtube_en.php
Though I think it takes Firefox.
Posted: Fri Oct 13, 2006 6:12 am
by likeafox
Ew downloader programs! Okay they might be 50% faster but if you're less trusting like me and are recluctant to bog down your system with plugins or whatever else, just look in the page source for it.
go to video page.
open source.
search in the source code for .swf?video_id or a truncated version thereof- you should find something like
Code: Select all
"/player2.swf?video_id=TCiDm8H1ggU&l=236&t=OEgsToPDskK4_URCCGsebiZxBokL4wWz&s=3BA90A909C4089E5:53C662DC848F75CD"
ctrl-c the video id, it's what you need
Code: Select all
video_id=TCiDm8H1ggU&l=236&t=OEgsToPDskK4_URCCGsebiZxBokL4wWz&s=3BA90A909C4089E5:53C662DC848F75CD
go back to the video page window and type
http://youtube.com/get_video? into address bar then paste the video id on the end so it looks like so
Code: Select all
http://youtube.com/get_video?video_id=TCiDm8H1ggU&l=236&t=OEgsToPDskK4_URCCGsebiZxBokL4wWz&s=3BA90A909C4089E5:53C662DC848F75CD
Wait until the video is done loading before you press enter so it will be cached on your computer first.
Press enter, get movie. The file is in .flv format.
Afaik, this works on every browser if you are using default cache settings.
Posted: Fri Oct 13, 2006 2:05 pm
by Richard K Niner
It's even easier on Google Video: just click the download button (and you get it in .avi format, which is better

).
Posted: Fri Oct 13, 2006 2:13 pm
by The MAZZTer
RKN: You need Google Video Player to get an AVI file from the GVP download (but they call it GVI). :X
There are AT LEAST half a dozen Firefox extensions for downloading media files automatically:
https://addons.mozilla.org/search.php?app=firefox&q=YouTube&...
Posted: Fri Oct 13, 2006 3:08 pm
by Richard K Niner
RKN: You need Google Video Player to get an AVI file from the GVP download (but they call it GVI).
Actually, no I don't. It works fine in my web browser. It has a .avi extension and works fine in both Totem and Xine-ui.

That button always seems to work here (on Linux).
Posted: Fri Oct 13, 2006 9:23 pm
by Muninn
Thanks for the help everyone, I think I'll take a look at MAZZter's link, all the technical things confuse me.
Posted: Sun Oct 22, 2006 1:49 pm
by Muninn
Not that it matters but every program I've tried saves the files with an extension I can't open. I have no idea how to convert them.
Posted: Sun Oct 22, 2006 5:53 pm
by Fourerer
Whats the extension? You should have an option of looking on the web for a program to run it.
Posted: Mon Oct 23, 2006 6:02 pm
by The MAZZTer
If the file extension is missing or wrong you can sometimes figure out file formats by dropping the file into notepad (just don't save it) and checking the first few bytes. Most file formats have a header, and many start with a telltale few byes. ZIP files have "PK"... EXE, DLL, SCR, OCX, CPL, and other executable files have "MZ". WAV files have "RIFF". Etc.
AVIs can also start with RIFF, and you can see AVI, LIST, as well as the name of the codec used in the first line or so.
http://www.sysinternals.com/Utilities/Strings.html
This program is good for filtering these strings, since Notepad doesn't do so well if you drop a large file in it.
Or you can just rename it to a .AVI name and see if that works.
[Edit: If it's an FLV (FLash Video) file, I think I had one of those once and eventually decided it wasn't worth the hassle. You can probably find conversion programs for it though.]
Posted: Mon Oct 23, 2006 9:00 pm
by Muninn
I think it was .flv but I can't say for sure.
And MAZZ, when talking to me, remember, I speak English.