Large

YouTube HD Ultimate

By Avindra V.G. Last update Dec 10, 2010 — Installed 478,386 times.

No get_video url

in
Subscribe to No get_video url 3 posts, 2 voices



sizzlemctwizzle Scriptwright
FirefoxMacintosh

Youtube has just removed access to this url for downloading videos. You could pull the fmt_url_map from the video flashvars. The only problem is "fmt=18" won't be there unless it is in the video page url. I thought the secret api might help but appearently it doesn't respond to the "fmt=18" flag anymore.

Here is a video that only has fmt=18 for mp4.

 
sizzlemctwizzle Scriptwright
FirefoxMacintosh

Change line 585 to:

href : "/get_video?video_id="+swfArgs.video_id+"&t="+swfArgs.t+"&asv=",

 
Avindra V.G. Script's Author
FirefoxWindows

Thanks again dude. I just recently added it to the script >.<