You Tube
Moderator:Æron
I use this. It's great! Then I use a program called iSquint to make it iPod-compatible. But that's Mac only.
I'm here, you just can't see me!
Triggerpoint is my not so new webcomic, and currently under heavy work before it resurfaces.
Triggerpoint is my not so new webcomic, and currently under heavy work before it resurfaces.
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
ctrl-c the video id, it's what you need
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
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.
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"
Code: Select all
video_id=TCiDm8H1ggU&l=236&t=OEgsToPDskK4_URCCGsebiZxBokL4wWz&s=3BA90A909C4089E5:53C662DC848F75CD
Code: Select all
http://youtube.com/get_video?video_id=TCiDm8H1ggU&l=236&t=OEgsToPDskK4_URCCGsebiZxBokL4wWz&s=3BA90A909C4089E5:53C662DC848F75CD
Press enter, get movie. The file is in .flv format.
Afaik, this works on every browser if you are using default cache settings.
-
- Posts:4297
- Joined:Wed Oct 20, 2004 5:08 pm
- Location:On hiatus
- Contact:
-
- Posts:1150
- Joined:Mon Mar 27, 2006 2:31 am
- Location:Destiny, several billion light years from Earth. Also known as Vancouver.
- Contact:
-
- Posts:4297
- Joined:Wed Oct 20, 2004 5:08 pm
- Location:On hiatus
- Contact:
-
- Posts:1150
- Joined:Mon Mar 27, 2006 2:31 am
- Location:Destiny, several billion light years from Earth. Also known as Vancouver.
- Contact:
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.]
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.]
Who is online
Users browsing this forum: No registered users and 10 guests