This is the new update for the Javascript that I have written in saving youtube videos easily using any browser and platform.
The server side code was written in C# and tested for several days.
What’s new?
Using Title as its filename (now automatic)
Error 404 (Page not found)..
This is because the length of url exceeded its limit. Now, the tool only grabs 2000 characters for processing…
Replaces * # @ | with empty spaces to prevent problems while saving the video
Go to this Website: http://windowsforus.com/youtube and drag the script to your bookmarks bar
and click it while watching the video… That’s it!

How to Show the Bookmarks Toolbar in Google Chrome and Firefox
Right-Click any portion below the address bar for Firefox
Ctrl+Shift+B for Google Chrome or just use the menu
![]()
Copy and Paste Script
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=');fmt=abc[0].split('|')[0];url = fmt.substring(0,fmt.indexOf('fallback_host')-1);url = unescape(unescape(url));combineurl = url;fmt=abc[2].split('|')[0];url = fmt.substring(0,fmt.indexOf('fallback_host')-1);url = unescape(unescape(url));combineurl = combineurl + '|' + url;fmt=abc[4].split('|')[0];url = fmt.substring(0,fmt.indexOf('fallback_host')-1);url = unescape(unescape(url));combineurl = combineurl + '|' + url;for(i=0;i<=abc.length-1;i++){fmt=abc[i].split('|')[0];url = fmt.substring(0,fmt.indexOf('fallback_host')-1);url = unescape(unescape(url));}combineurl = combineurl + '|' + url;combineurl = 'http://windowsforus.com/youtube/default.aspx?' + combineurl + '&title=' + (((document.title.replace('#',' ')).replace('@',' ')).replace('*',' ')).replace('|',' ');window.location.href = combineurl.substring(0, 2000);
As of now, it works 100% in several browsers… If there’s a bug or problem. Please let me know and send email to unlockforme@gmail.com
Thank you for reading the article!


0 Comments:
Post a Comment