WebM videos is an open source audio video and royalty free multimedia format. If you already read how to play those videos easily. Here’s a quick tip to save the new format using a script.
How? Simply copy and paste the script to the address box…
| javascript:isIE=/*@cc_on!@*/false;isIE ? swfHTML=document.getElementById('movie_player').getElementsByTagName('param') [1].value:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&");for(i=0;i<=w.length-1;i++)if(w[i].split("=")[0] == "url_encoded_fmt_stream_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",url=");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if ((fmt.indexOf("webm") > 0) && (fmt.indexOf("720") <= 0) && (fmt.indexOf("1080") <= 0)){if (fmt.indexOf("rl=") > 0){url = fmt.substring(4,fmt.indexOf ("fallback_host")-1);url = unescape(unescape(url));break;}else{url = fmt.substring(0,fmt.indexOf("fallback_host")-1);url = unescape(unescape(url));break;}}} combineurl = url;combineurl = combineurl + '&title=' + ((((document.title.replace('#',' ')).replace('@',' ')).replace('*',' ')).replace('|',' ')).replace (':',' ');window.location.href = combineurl.substring(0, 2000); |
Before you enter, Press Home to check if “javascript” is included, if not type “javascript:” at the beginning.
Thanks!


0 Comments:
Post a Comment