Newest youtube downloader that works!
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
Yes i did make this and it works! :mrgreen: :mrgreen: :mrgreen:
Give me some + rep! NOW!!!!
or just give me a good comment. i didnt copy from anyone i just was studying javascript alot, no videos on youtube yet about this!
you can incorperate this method into downloading mp4's, this method is just for .flv, but you can change it.
Ok first you must have a webbrowser and a 2 textboxes, also 2 buttons. one for loading the video and one for downloading it!
button1_click event
textbox2's text should equal to ................................... (drum roll)
Ta Da!........
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.split("=")[0] == "fmt_url_map"){links=unescape(w.split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc.split("|")[0];if(fmt==5){url = abc.split("|")[1];window.location.href = url;}}
YEAH!!!!
Give me some + rep! NOW!!!!
or just give me a good comment. i didnt copy from anyone i just was studying javascript alot, no videos on youtube yet about this!
you can incorperate this method into downloading mp4's, this method is just for .flv, but you can change it.
Ok first you must have a webbrowser and a 2 textboxes, also 2 buttons. one for loading the video and one for downloading it!
button1_click event
Code: Select all
button2_click event
webbrowser1.Navigate (textbox1.text)
Code: Select all
webbrowser1.Navigate (textbox2.text)
textbox2's text should equal to ................................... (drum roll)
Ta Da!........
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.split("=")[0] == "fmt_url_map"){links=unescape(w.split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc.split("|")[0];if(fmt==5){url = abc.split("|")[1];window.location.href = url;}}
YEAH!!!!
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
This would be awesome if you combine it with a video converter so it would convert it after you download it cooll;
Visit BW Photography and check out my photos!
video converters are hard
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Uhmn :P Hi
I'm very noob, so don't call me stupid (because I don't care).
But where does the:
I don't really get it. cryer;
iLenkaa
I'm very noob, so don't call me stupid (because I don't care).
But where does the:
Code: Select all
belongs? :Pjavascript: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] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==5){url = abc[i].split("|")[1];window.location.href = url;}}
I don't really get it. cryer;
iLenkaa
iLenkaa wrote:Uhmn :P HiTextbox2.text should be:
I'm very noob, so don't call me stupid (because I don't care).
But where does the:Code: Select allbelongs? :Pjavascript: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] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==5){url = abc[i].split("|")[1];window.location.href = url;}}
I don't really get it. cryer;
iLenkaa
Code: Select all
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] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==5){url = abc[i].split("|")[1];window.location.href = url;}}
Just another day in my life.
http://www.codexvideos.com
http://www.codexvideos.com
Hi ,
i just tried this Script and it works good.
but how to change to download as mp4 ?
and ehmm always when i download a video with it the quality is really bad.
i just tried this Script and it works good.
but how to change to download as mp4 ?
and ehmm always when i download a video with it the quality is really bad.
Sorry but make textbox3 and then put that code there, then make a button to activate the code/lanch it after gone to the youtube url.
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
but how i can make that i can download the file as mp4 and with better quality ?
thanks in advance
thanks in advance
Copyright Information
Copyright © Codenstuff.com 2020 - 2023