Bajar Video de Youtube

By Adrian Vasquez Last update Aug 19, 2009 — Installed 371 times.

contentWindow

in
Subscribe to contentWindow 1 post, 1 voice

Avindra V.G. Scriptwright
FirefoxWindows

IDK what you're using, but you should change to:

var arg = contentWindow || unsafeWindow;
arg = arg.swfArgs;
var enlaces = document.getElementById("masthead-nav-user").innerHTML;
var VideoID = arg.video_id;
var vT = arg.t;
var f17 = '<a href="get_video?video_id='+VideoID+'&t='+vT+'&fmt=17">3gp↓</a>';
var f18 = '<a href="get_video?video_id='+VideoID+'&t='+vT+'&fmt=18">Mp4↓</a>';
var f22 = '<a href="get_video?video_id='+VideoID+'&t='+vT+'&fmt=22">HD↓</a>';
document.getElementById("masthead-nav-user").innerHTML = f17 + f18 + f22 + enlaces;

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel