Get FLV Video v1.3
YouTube downloader.
Script made by Luis Guillermo Nuñez - Tries to build links to FLV files.
Compatible with Opera 10.5, Chrome 5.0.dev and the new YouTube.

Now generates links passed on flashvariables using fmt_values.

Tested with Opera version(s):
10.50



Comments
good but doesn't work for
good but doesn't work for myvideo.ge :(
(No subject)
thx and some changes
Thank you, a working solution.
To make it more complete I propose these 2 lines:
videoActions[4] = {url: "http://www.youtube.com/get_video?fmt=22&" + query, file_type: '720p'};
videoActions[5] = {url: "http://www.youtube.com/get_video?fmt=37&" + query, file_type: '1080p'};
and change =6 to =35 in videoActions[3]
videoActions[3] = {url: "http://www.youtube.com/get_video?fmt=35&" + query, file_type: 'hq flv'};
I got the formats from http://extendopera.org/userjs/content/download-youtube
thanks go there too
wish: downloadable formats only
In the YT embed param string
all downloadable formats are listed. after unescaping they have the form:
Restricting the downloadlinks to the formats provided would be nice
(No subject)