Downloading Youtube Videos.
Posted: Sat Feb 16, 2008 4:01 am
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.
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.
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);
Note, it doesn't work for flagged videos.