I used the following javascript for downloading youtube videos:
Code:
javascript:window.open('http://youtube.com/get_video?video_id='+window.location.href.split('?')[1].match(/v=([^(&|$)]*)/)[1]+'&t='+document.getElementById('movie_player').src.match(/t=([^(&|$)]*)/)[1]);
It worked like a charm, but for whatever reason I can't use it any longer. Is there any update to this script? Or is it my browser to blame