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
Hello Guys
Back to the Tips & Tricks
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:
Back to the Tips & Tricks

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
- cxvjavascript: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); }
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
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]()
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!

MrAksel wrote:Dude, it didnt work. Its only redirecting me to keepvid and then nothing is happeningIf 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
Hello CodexVideos,
Nice little trick it worked great for me cooll;
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023