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.