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.

Syndicate content

Tested with Opera version(s): 
10.50
Your rating: None Average: 3.4 (16 votes)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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

fmt_list=35%2F640000%2F9%2F0%2F115%2C18%2F512000%2F9%2F0%2F115%2C34%2F0%2F9%2F0%2F115%2C5%2F0%2F7%2F0%2F0&

all downloadable formats are listed. after unescaping they have the form:

35/640000/9/0/115,18/512000/9/0/115,34/0/9/0/115,5/0/7/0/0&

Restricting the downloadlinks to the formats provided would be nice

(No subject)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.