Downloading Youtube Videos.

Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
Post Reply
User avatar
THE-MASTER




Critic Trickster

Posts: 225
Joined: Mon Aug 29, 2005 10:31 am
Location: Scotland

Downloading Youtube Videos.

Post 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.
Now Playing:Image
Please contact me if the sig is over the limit with the title of the song, artist and album. :) Thanks!
Ace Space Race, Halo 3 player snapshot generator,Random Sig
User avatar
reanimation-06





Posts: 388
Joined: Mon Mar 19, 2007 2:49 pm
Location: Middle of nowhere...

Post by reanimation-06 »

Legal?
Image
How to save a life...
User avatar
THE-MASTER




Critic Trickster

Posts: 225
Joined: Mon Aug 29, 2005 10:31 am
Location: Scotland

Post by THE-MASTER »

reanimation-06 wrote:Legal?
I am fairly sure as long as the video you are downloading isn't copyrighted.
Now Playing:Image
Please contact me if the sig is over the limit with the title of the song, artist and album. :) Thanks!
Ace Space Race, Halo 3 player snapshot generator,Random Sig
User avatar
TomClancey





Posts: 2565
Joined: Sat Jan 28, 2006 6:49 am
Location: Ohio
Contact:

Post by TomClancey »

Vixy.net isn't working anymore?
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

TomClancey wrote:Vixy.net isn't working anymore?
It works. :roll:
...left for good
User avatar
shadowkhas




Snitch! Socialist

Posts: 5423
Joined: Wed Jun 23, 2004 8:00 am
Location: Salt Lake City, Utah

Post by shadowkhas »

DownloadHelper still works.
(7:15:27 PM) Xenon7: I BRUK THE FIRST PAGE OMGOMGOMG RONALD REGAN
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post 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...)
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
bibbit




Socialist

Posts: 1900
Joined: Sat Nov 11, 2006 6:09 am
Location: The state of Virginia, located in the United States of America.

Post by bibbit »

Vixy.net = win.
Image
User avatar
TomClancey





Posts: 2565
Joined: Sat Jan 28, 2006 6:49 am
Location: Ohio
Contact:

Post by TomClancey »

bibbit wrote:Vixy.net = win.
Indeed. Especially the installable one, It's much faster.
User avatar
THE-MASTER




Critic Trickster

Posts: 225
Joined: Mon Aug 29, 2005 10:31 am
Location: Scotland

Post 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.
Now Playing:Image
Please contact me if the sig is over the limit with the title of the song, artist and album. :) Thanks!
Ace Space Race, Halo 3 player snapshot generator,Random Sig
Post Reply