Download YouTube Video

If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
5 posts Page 1 of 1
Contributors
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Download YouTube Video
Codex
Hello Guys

Back to the Tips & Tricks :D

Today i will tell you how to download a video from YouTube using "keepvid".

When your on a YouTube video add this code in the url box and press enter:
Code: Select all
javascript:function inbtwn(a,b,c){ try{ var a1 = a.split(b); var a2 = a1[1].split(c); return a2[0]; }catch(err){return '';} } function inbtwn2(a,b,c){ try{ var a1 = a.split(b); var a2 = a1[2].split(c); return a2[0]; }catch(err){return '';} } var src = document.body.innerHTML.toString(); if(window.location.toString().toLowerCase().match('youtube.com/')){ var v = inbtwn(src, 'video_id=', '&');var t = inbtwn(src, '&t=', '&');var fl = inbtwn(src, '&fmt_list=', '&');var title = inbtwn2(src, 'title=%22', '%22');if(title == ''){ title = inbtwn(src, '%3Ch1 id=%22vt%22%3E', '%3C'); };if(v != '' && t != ''){document.location='http://www.keepvid.com/?url=http://www.youtube.com/watch%3Fv%3D'+v+'&vid='+v+'&tid='+t+'&flid='+fl+'&titleid='+title;}else{document.location='http://www.keepvid.com/?url='+escape(window.location);}}else{ document.location='http://www.keepvid.com/?url='+escape(window.location); }
- cxv
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Download YouTube Video
MrAksel
Dude, it didnt work. Its only redirecting me to keepvid and then nothing is happening
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Download YouTube Video
Agust1337
It worked fine for me
Top-notch casual Dating
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Download YouTube Video
Codex
MrAksel wrote:
Dude, it didnt work. Its only redirecting me to keepvid and then nothing is happening
If you followed the instructions right it should have worked.

Go to a youtube video and when there add that code and it should redirect you to keepvid with some(flv,mp4, etc...) download links.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: Download YouTube Video
CodenStuff
Hello CodexVideos,

Nice little trick it worked great for me cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
5 posts Page 1 of 1
Return to “Codenstuff boardroom”