Page 1 of 1

Downloading Youtube Videos.

Posted: Sat Feb 16, 2008 4:01 am
by THE-MASTER
Well youtube seems to have changed the way that they load videos so none of the greasemonkey scripts or bookmarklets work anymore (maybe its just me...)

The external sites don't seem to be working either so I just decided to threw up this little script for myself and thought it might be useful for someone else.

Its very basic but does what it says on the tin.

To use it just paste the youtube url behind this link:
http://hal0.org/toob/?page=

Or you could use the bookmarklet.

Code: Select all

javascript: function downloadvideo(vid){location.href="http://hal0.org/toob/?page="+vid;} var vid=location.href; downloadvideo(vid);
Just paste that into the address bar when on a youtube video you want or add it as a bookmark and click it when you are on youtube and want a video.

Note, it doesn't work for flagged videos.

Posted: Sat Feb 16, 2008 4:41 am
by reanimation-06
Legal?

Posted: Sat Feb 16, 2008 5:20 am
by THE-MASTER
reanimation-06 wrote:Legal?
I am fairly sure as long as the video you are downloading isn't copyrighted.

Posted: Sat Feb 16, 2008 6:13 am
by TomClancey
Vixy.net isn't working anymore?

Posted: Sat Feb 16, 2008 7:16 am
by Patrickssj6
TomClancey wrote:Vixy.net isn't working anymore?
It works. :roll:

Posted: Sat Feb 16, 2008 8:04 am
by shadowkhas
DownloadHelper still works.

Posted: Sat Feb 16, 2008 8:05 am
by FleetAdmiralBacon
Psh, when I watch YouTube videos, the Linux version of Flash stores the FLV in my /tmp directory, and FFMPEG (the greatest video converter ever) accepts it and can convert it to a standard MPG.
Legal?
Of course it's legal, you're just extracting a FLV file. Places like Google Video do it for you (I'm still wondering why this was never added to YouTube, though...)

Posted: Sat Feb 16, 2008 11:07 am
by bibbit
Vixy.net = win.

Posted: Sat Feb 16, 2008 11:12 am
by TomClancey
bibbit wrote:Vixy.net = win.
Indeed. Especially the installable one, It's much faster.

Posted: Sat Feb 16, 2008 11:53 am
by THE-MASTER
Vixy.net and download helper work because they can tell what files the swf is requesting and then give you the link or convert it or whatever. Any of the javascript methods of downloading youtube videos and ones which used the source of youtube to download the video no longer work except this one.

Also you can use the cache from any browser to download flvs it is just more difficult on Windows computers, but flash files seems to make firefox crash a lot for me in linux... maybe its just me.