You are here: Home > Google Chrome Extensions & Plug-ins

Google Chrome Bookmarklet: Download YouTube Videos in Google Chrome (JavaScript Plug-in)

October 05, 2008 07:13 PDT

Posted by Andrew.

YouTube is a video sharing website on which users can upload and share videos, uses Adobe Flash Video technology to display a wide variety of user-generated video content, including movie clips, TV clips, and music videos, as well as amateur content such as video blogging and short original videos.

If you want to download YouTube Video/Movie in Google Chrome, you can try following Bookmarklet (Javascript plugins), it will instantly get the video URL from the webpage even if it's not yet finished loading. No Website or software is needed. It's a bookmarklet(a bookmark containing JavaScript) in practice, you can also use it in FireFox, Safari or Inetnet Explorer.

Install Google Chrome Plug-in: Download YouTube Video/Movie in Google Chrome

Install this Javascript Plug-in is very easy, please do following steps:

Download Youtube Videos/Movies in Google Chrome

1. Make sure your Google Chrome browser always shows the Bookmarks bar. You can click menu Tools -> Always show bookmarks bar, the hotkey is Ctrl + B.

2. Right click on the bookmarks bar, and then select Add Page.

Install Javascript Plugin: download Youtube Video in Google Chrome

3. In the Name field, enter "Download YouTube Video" or something you will remember, then for the URL field paste:

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];

Update: Nov 23, 2009: YouTube has modified the video parameters, the code above can't work now, use this:

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];

Install Javascript Plugin: download Youtube Video in Google Chrome, add to bookmarks bar

4. Click OK button.

How to use Plug-in to download YouTube Video in Google Chrome

Now, the Javascript plugin is installed in your Google Chrome. Go to the YouTube video you want to download, when it starts playing click your "Download YouTube Video" bookmark and you will see the .flv file start to download in Google Chrome's download status bar.

Download Youtube Video in Google Chrome

Other resources about Movie, YouTube and Google Chromes Plugins



#1  posted on October 05, 2008 09:58 PDT
wow, cool hack and easy to implement .. thanks

#2  posted on October 06, 2008 15:13 PDT
How do you view the file after its downloaded. What viewer or codec do you need?

#3  posted on October 10, 2008 15:51 PDT
You can use this file to download the .flv file off youtube without using chrome.
Quote:
http://www.download.com/YouTube-Downloader/3000-2071_4-10647340.html?tag=mncol&cdlPid=10801797

However, if you prefer to use chrome then i think you just need a file extension converter.

#4  posted on October 15, 2008 22:58 PDT
Very usefull plugin. Guys to view the downloaded files either download an .flv player, or KV media codec to view from your windows media player.

#5  posted on October 15, 2008 22:59 PDT
Simple awesome plugin, very simple yet effective.

#6  posted on October 24, 2008 14:44 PDT
Thanks !

#7  posted on October 24, 2008 21:22 PDT
hello kindly include the source of the article. Thanks in Advance!
http://unlockforus.blogspot.com/2008/09/directly-download-youtube-videos-in.html

#8  posted on October 29, 2008 07:40 PDT
I use it and it just goes back to the list of videos. It's like I hit the back button.

#9  posted on October 29, 2008 20:35 PDT
hey a great place to get .flv plugin for media player is http://www.playflv.com/

#10  posted on November 08, 2008 15:43 PST
une haxorz,

#11  posted on November 13, 2008 02:16 PST
cool! thnx!

#12  posted on November 16, 2008 03:57 PST
yes....TQ guys...

#13  posted on November 17, 2008 03:21 PST
Hi, I can't seem to get the application working.

I copy the text into the URL slot but when i click it there is no response when i am on a youtube video.

this is what i pasted into the URL section...

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];

Am I missing any spaces or what-not.
Any assistance would be greatly appreciated.

#14  posted on November 17, 2008 03:55 PST
Sorry, I got it working now...

#15  posted on December 14, 2008 03:23 PST
How to convert youtube saved video to another format like .wmv or else?

#16  posted on December 15, 2008 16:05 PST
hai to convert youtube flv files to another formats you have to download softwares like <TOTAL VIDEO CONVERTER>,<SPEEDBIT VIDEO CONVERTER>,,,,,ETC

#17  posted on December 25, 2008 21:35 PST
realllly works..thnx mate

#18  posted on January 30, 2009 03:14 PST
Wow Thanks it really helped me! nice alternative for the orbit get video bar! ^^

#19  posted on February 01, 2009 08:04 PST
Another plugin "Get Flash", what supports many services: youtube.com, video.google.com, metacafe.com, dailymotion.com and any sites with direct links to flash-video ( rutube.ru, break.com, current.com) .
I will try to insert the code ( if it does not work, get it on http://lexi.ucoz.ru/index/0-4#bookmarklets ) :

Quote:
javascript:( function( ) { var getVideo=function( flashvars,src) { var getLink=function( s) { var rez=s.match( /[^\s\x22=&?]+\.[^\s\x22=&?\/]*( flv|mp4) /i) ; return rez?rez[0]:''} ; var getQuery=function( s,q) { var rez=s.match( new RegExp( '[&?]'+q+'=( [^&]+) ') ) ; return rez?rez[1]:''} ; var flv=decodeURIComponent( flashvars) ; var url=location.href; var q=''; if( url.indexOf( 'youtube.com/watch?') !=-1&&( q=getQuery( flv,' video_id' ) ) ) return' http://www.youtube.com/get_video?video_id='+q+'&t='+getQuery( flv,'t') +'&fmt=18'; if( url.indexOf( 'video.google.com/videoplay?') !=-1&&( q=getQuery( src,'videoUrl') ) ) return decodeURIComponent( q) ;if( url.indexOf( 'metacafe.com/watch/') !=-1&&( q=getQuery( flv,'mediaURL') ) ) return q+'?__gda__='+getQuery( flv,'gdaKey') ;if( url.indexOf( 'dailymotion.com/') !=-1&&( q=getQuery( flv,'video') ) ) return q.match( /[^@]+/) ;return getLink( flv) ||decodeURIComponent( getLink( src) ) } ;var createLink=function( l,t) { var oLnk=document.createElement( 'a') ;oLnk.setAttribute( 'href',l) ;oLnk.appendChild( document.createTextNode( t) ) ;oLnk.setAttribute( 'style','display:inline;font:14px Times New Roman;text-decoration:underline;text-transform:none;') ;return oLnk} ;var showLink=function( oEle,oSrc,oFlv) { if( !oEle||!oSrc) return;var cName='ujs_downlink';var p=oEle.previousSibling;if( p&&p.className==cName) { oEle.parentNode.removeChild( p) ;return} ;var oDiv=document.createElement( 'div') ;oDiv.setAttribute( 'style','display:block;position:static;float:none;margin:0;padding:0;z-index:999;') ;oDiv.className=cName;oDiv.appendChild( createLink( oSrc,'Download') ) ;var v=getVideo( oFlv,oSrc) ;if( v) { oDiv.appendChild( document.createTextNode( ' ( ') ) ;oDiv.appendChild( createLink( v,'Video') ) ;oDiv.appendChild( document.createTextNode( ') ') ) } ;oEle.parentNode.insertBefore( oDiv,oEle) } ;var getParam=function( e,n) { var v='';var r=new RegExp( '^( '+n+') $','i') ;var param=e.getElementsByTagName( 'param') ;for( var i=0,p;p=param[i];i++) { if( p.getAttribute( 'name') .match( r) ) { v=p.getAttribute( 'value') ;break} } return v} ;var searchEmbed=function( w) { if( !w) return;var obj=w.document.getElementsByTagName( 'object') ;for( var i=0,oi;oi=obj[i];i++) { showLink( oi,oi.getAttribute( 'data') ||oi.getAttribute( 'src') ||getParam( oi,'movie|data|src|code|filename|url') ||( oi.getElementsByTagName( 'embed') .length&&oi.getElementsByTagName( 'embed') [0].getAttribute( 'src') ) ,getParam( oi,'flashvars') ) } ;var em=w.document.getElementsByTagName( 'embed') ;for( var i=0,ei;ei=em[i];i++) { if( ei.parentNode.tagName.toLowerCase( ) !='object') showLink( ei,ei.getAttribute( 'src') ,ei.getAttribute( 'flashvars') ) } ;for( var j=0,f;f=w.frames[j];j++) { try{ arguments.callee( f) } catch( e) { } } } ;searchEmbed( window.top) } ) ( )

#20  posted on February 28, 2009 11:20 PST
muy chingon y sencillo de usar...increible

#21  posted on March 19, 2009 01:50 PDT
nice, simple and cool plug in.. thanks.

#22  posted on March 24, 2009 16:56 PDT
coooollll!!!

#23  posted on March 31, 2009 07:29 PDT
Gracias!

#24  posted on April 03, 2009 09:25 PDT
thanxz a very much for thiz
use full publication

thtz help me to find out easy way how to download a video from yt

CHEERS!!!

love
AKHTAR

#25  posted on April 05, 2009 00:26 PDT
Nice, also try this one http://arinegara.wordpress.com/

#26  posted on April 07, 2009 20:09 PDT
thanx u so much...
cool & very easy..

2 thumbs up..

#27  posted on April 08, 2009 03:24 PDT
Sooper Cool - Thx :)

#28  posted on April 11, 2009 10:48 PDT
awesome dude thanx a lot

#29  posted on April 19, 2009 07:28 PDT
that works so great..
plus, you can download it faster with your download accelerator (ie. mass downloader, etc.) this way: when google chrome dowloading video, press setting and press downloads or just simply press ctrl+j. cancel the downloading, right click the downloading, choose copy link address. then paste it to your download accelerator. but dont forget to rename the downloaded file to .flv to play it.

#30  posted on April 24, 2009 03:33 PDT
It work great.. Thanks

#31  posted on May 01, 2009 08:38 PDT
it works. really good plug in. Google Chrome Rockxxx

#32  posted on May 07, 2009 13:56 PDT
Can it download it in a different format, like avi?

#33  posted on May 08, 2009 21:22 PDT
Um... can i download videos from myspace with the same method? or do really need a special program for that?

#34  posted on May 16, 2009 09:35 PDT
ohh . very effective and efficient Google done ! congratulation.

#35  posted on May 22, 2009 06:08 PDT
thanks, really cool!

#36  posted on May 30, 2009 00:38 PDT
thx

#37  posted on June 01, 2009 00:42 PDT
it doesnt work my version is 2.0.172.28

#38  posted on June 06, 2009 03:43 PDT
Hi, Please help, after using this script, the downloaded video has text showing the bit rate and other details covering half of the frame. How can I get rid of the text
"audio track
input....
output...
etc

Please help
thanks in advance

#39  posted on June 07, 2009 13:12 PDT
Thanks so much!

Was using VideoCacheView but it stopped working after Chrome v2.

(#37: Working for me on v2.0.172.30)

#40  posted on June 15, 2009 10:25 PDT
i can't seem to get it to download high quality and high definition videos. is there any way i could do this?

#41  posted on June 30, 2009 09:51 PDT
Thank you.............

But i found "Zillatube" program download video quickly, and also easy to play those videos too.

found it at http://www.zillatube.com
====================================== :)

#42  posted on July 20, 2009 05:00 PDT
that was very helpful thanx

#43  posted on July 27, 2009 16:24 PDT
ROCKS

#44  posted on August 05, 2009 18:20 PDT
hi............

#45  posted on August 09, 2009 22:32 PDT
hi the plug is damn good and innovative... is there a way to download the video from youtube in mp4 format as you get in keepvid.com?

#46  posted on September 05, 2009 13:05 PDT
does it work in other streaming sites?

#47  posted on September 05, 2009 22:52 PDT
Good Job...

#48  posted on September 11, 2009 02:37 PDT
Thanks for this trick. I confirm that it works exactly the way it should!!

The only thing is that you should close the youtube video window, once download starts, because internet downloads and buffers at the same time..

So, a 2 MB video will invite 4 MB traffic. So, better close the youtube window and open downloads page...

#49  posted on September 16, 2009 18:25 PDT
How cool was this? Simple, easy, and effective. Love it!

#50  posted on September 18, 2009 12:16 PDT
Muchas gracias sencillo y funcional, Danke!!

#51  posted on September 19, 2009 13:56 PDT
Thanks so much!

#52  posted on September 26, 2009 05:11 PDT
Great stuff!

#53  posted on September 28, 2009 02:26 PDT
excellent.....i can donload youtube video easily....thanks a lot..........

#54  posted on October 06, 2009 14:18 PDT
Wicked..!!Thanks for sharing..it helped a LOT

#55  posted on October 07, 2009 04:10 PDT
Grrrrreaaaaaaaaaaat. Thank u very very very much.

#56  posted on October 07, 2009 23:52 PDT
I wanna download videos from ANY website, including Dailymotion. How do I do it?

#57  posted on October 12, 2009 01:18 PDT
cooooollllllll !!!!! well done!!! very easy and useful ! tnxxxx

#58  posted on October 12, 2009 17:31 PDT
how can i do to download a video from http://vimeo.com???
tnx

#59  posted on October 16, 2009 21:06 PDT
a quick tip, you can just edit the .flv file extension to .avi and it should work with any media player. happy downloading

#60  posted on October 22, 2009 02:52 PDT
I've followed all mentioned steps but these code doesnot work.when i click on 'Download YouTube Video' bookmark,nothing happened.
Plz. help me.

#61  posted on October 23, 2009 07:06 PDT
This bookmarklet is broken by recent changes on Google.

However there is a much more simple way. When you are on Google, insert 'pwn' into the URL to change the url from something like youtube.com to pwnyoutube.com. You will then automatically get download links for the video.

If you are not sure what I mean, there is a very simple picture explaining it, and also video tutorials at deturl.com. However, once you understand, you will see that it is absolutely the most simple way to download the videos.

#62  posted on October 25, 2009 14:48 PDT
Why isn't my Chrome responding to the bookmark thing to download youtube videos anymore?? it use to... but not now :S
replied on November 24, 2009 07:05 PST:
Fixed. please use the latest JS code.

#63  posted on October 26, 2009 14:05 PDT
woow #63 this "pwn" thing is awsom!!!
thanks deturl !!

#64  posted on October 27, 2009 03:26 PDT
Dear but not working on my chrome browser help me
replied on November 24, 2009 07:05 PST:
Fixed. please use the latest JS code.

#65  posted on October 27, 2009 10:12 PDT
i cannot use the plugins after i install google chrome. have any software
can automatic setup the plugins
replied on November 24, 2009 07:05 PST:
Fixed. please use the latest JS code.

#66  posted on October 28, 2009 13:48 PDT
and by me this feature doesn't work.... even both features... just don't react at click... :(
replied on November 24, 2009 07:06 PST:
Fixed. please use the latest JS code.

#67  posted on November 01, 2009 20:28 PST
Hey it's not working for me :(
this is what i put in:
http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];

Please help!
replied on November 24, 2009 07:06 PST:
Fixed. please use the latest JS code.

#68  posted on November 08, 2009 03:29 PST
to open a flv videos just need to download VLC player.. its free and reads a lot of video stuf

#69  posted on November 09, 2009 10:46 PST
Hey, Thanks dude, the pwn thing works like a charm, thanks again

#70  posted on November 15, 2009 02:20 PST
Worked back when this hack first came out -
But now looks like Google has stopped
this hack and have fixed chrome to ignore
the script - no longer working for me either.
replied on November 24, 2009 07:06 PST:
Fixed. please use the latest JS code.

#71  posted on November 15, 2009 10:39 PST
does this still work?
replied on November 24, 2009 07:06 PST:
Fixed. please use the latest JS code.

#72  posted on November 18, 2009 12:35 PST
It doesn't work. I'm using on Chrome 4.0.
replied on November 24, 2009 07:06 PST:
Fixed. please use the latest JS code.

#73  posted on November 19, 2009 09:37 PST
I've already paste the javascript thing to URL bar but i couldnt download youtube videos at all, it seems like it does nothing. Before this it was fine, so please, anyone tell me what's wrong?
replied on November 24, 2009 07:07 PST:
Fixed. please use the latest JS code.

#74  posted on November 21, 2009 04:11 PST
I didn't manage to make it work either...is there any incompatibility with the latest Chrome version or...?
replied on November 24, 2009 07:07 PST:
Fixed. please use the latest JS code.

#75  posted on November 24, 2009 12:48 PST
Fantastic, thx Andrew. Tested OK.
Cheers, Mikhail

#76  posted on November 24, 2009 13:28 PST
Thank you Andrew

Nice - Working once again with
Chrome version 3.0.195.33

(:

#77  posted on November 27, 2009 07:38 PST
thank you very much for code correction!

#78  posted on November 28, 2009 22:55 PST
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&fmt=18" + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];

That code can be used to download .mp4 files instead of .flv

#79  posted on December 08, 2009 04:04 PST
Hi, I've noticed most new HQ videos don't have a fmt=18 version (mp4) but a fmt=35 (flv) version, so the above code fails for me.

This is what I've used and works for me:
Quote:

javascript:var fmt=35;var success=0;var fmt_url_map = unescape(yt.getConfig("SWF_ARGS")['fmt_url_map']);var fmt_url_a = fmt_url_map.split(',');for(idx in fmt_url_a){fmt_url_a[idx]=fmt_url_a[idx].split('|');if(fmt_url_a[idx][0]==fmt){window.location.assign(fmt_url_a[idx][1]);success=1;break;}}if(success==0){var err_msg = "Video available in these formats:\n";for(idx in fmt_url_a){switch(fmt_url_a[idx][0]){case '5':err_msg+=".flv FLV1-320x240 MP3-22k-mono fmt=5\n";break;case '18':err_msg+=".mp4 H264-480x360 AAC-44k-st fmt=18\n";break;case '22':err_msg+=".mp4 H264-1280x720 AAC-44k-st fmt=22\n";break;case '34':err_msg+=".flv H264-320x240 AAC-22k-st fmt=34\n";break;case '35':err_msg+=".flv H264-480x368 AAC-44k-st fmt=35\n";break;case '37':err_msg+=".mp4 H264-1920x1080 AAC-44k-st fmt=37\n";break;default:err_msg+="unknown format fmt="+fmt_url_a[idx][0]+"\n";};};alert(err_msg);};

If the video doesn't have the requested fmt version a popup will display available fmts for download. You can replace the value of the variable fmt to download the version you want.

The highest quality version is usually first in the list so this code will download the highest quality video file:
javascript:var fmt_url_map = unescape(yt.getConfig("SWF_ARGS")['fmt_url_map']);if(fmt_url_map.indexOf(',') != -1){window.location.assign(fmt_url_map.substring(fmt_url_map.indexOf('|')+1, fmt_url_map.indexOf(',')))}else window.location.assign(fmt_url_map.substring(fmt_url_map.indexOf('|')+1));

#80  posted on December 13, 2009 05:13 PST
i cant do this, i aldready copy paste the URL, but why its doesnt worl? tell me pliz...

#81  posted on December 19, 2009 09:02 PST
Hi
Thanks very much. Its great.

#82  posted on December 19, 2009 22:15 PST
Great the plug in's simple and works like magic!! :)

#83  posted on January 02, 2010 14:12 PST
Recommended to me by a friend who uses this software,
I found it interesting to have it downloaded and installed.
However, I reserve further comments.

#84  posted on January 03, 2010 01:29 PST
greaaaaaaaaaaaaaaaat

it was awesome

#85  posted on January 04, 2010 04:22 PST
Your script works perfectly well for youtube, but not for dailymotion... do u have a solution for that ?
Thanks a lot.

#86  posted on January 04, 2010 10:47 PST
it is working. Thanks

#87  posted on January 08, 2010 11:38 PST
Nice! That was indeed easy. Thanks man!

#88  posted on January 09, 2010 16:56 PST
Thanks 4 tis ..

#89  posted on January 18, 2010 14:20 PST
wow thanks, that really does work

#90  posted on January 20, 2010 12:00 PST
Thanks! Really easy and useful

#91  posted on January 21, 2010 12:57 PST
thankyou

#92  posted on January 22, 2010 13:23 PST
Thank you verymuch.

#93  posted on January 23, 2010 23:45 PST
Good work! but need know how to download in mp4 version.

#94  posted on January 24, 2010 15:18 PST
This is awesome! Thanks for posting it! For those who want another option to convert the file to something other than an flv, you can use MPEG-Streamclip which is free and converts many files back and forth.

#95  posted on January 25, 2010 09:42 PST
seri cool thanks alot

#96  posted on January 29, 2010 23:45 PST
hi, gud tips .tried downloading youtube from chrome but nothing happens.thank u very much.


for gift just click at my web

#97  posted on January 30, 2010 12:31 PST
awesome!

#98  posted on February 01, 2010 05:51 PST
Thanks
but please check the authorized video's it can also be downloaded.
thx

#99  posted on February 01, 2010 13:33 PST
Why you should download/save videos from youtubeYou found an interesting video from youtube and you want to save/download it to your computer and later share it with your friend or keep it as a collection. However, by default Youtube doesn’t allow users to save/download the videos.Youtube may remove any video at any time.

http://www.hotdownload.eu

#100  posted on February 08, 2010 20:35 PST
thanks dude great works

#101  posted on February 15, 2010 09:38 PST
it work but the video quality becomes worse,ty

#102  posted on February 15, 2010 21:48 PST
I found great bookmarks that work like a charm in Chrome on Mac. Here they are: http://www.geeksology.com/how-to-download-1080p-videos-from-youtube/

There is one bookmark for 1080p videos and other for flv videos.

#103  posted on February 24, 2010 02:32 PST
I wrote a Chrome extension for YouTube and other sites download, no bookmarklet, no external website, just pure Chrome Extension : http://bitbucket.org/m.23/flv_download/wiki/Home

M.23

#104  posted on February 25, 2010 07:23 PST
Thank

#105  posted on February 26, 2010 03:37 PST
This download youtube video plug in looks amazing !

#106  posted on March 05, 2010 18:07 PST
As of today, March 6, 2010, this method does not work. How about an extension for Chrome that ALWAYS works, like Download Youtube Video for FF, which works without fuss, and also puts the title of the video in for you. I may have to go back to FF at this rate.

#107  posted on March 06, 2010 08:11 PST
leave chrome join mozzila...lots of adds on

#108  posted on March 07, 2010 07:36 PST
Hi

As from last week 1st march 2010, Youtube have stopped showing the URL code by the video clips... in the UK anyway... I have been down loading with down loader... successfully but it wont work without a URL code. I have tried the plug in for Google Chrome but I doesn't work... and I cant find another down loader to work with Google chrome... I have just set up Chrome, as was Fire fox but got so slow. Chrome much better...until now... any advice...??

#109  posted on March 11, 2010 07:31 PST
Works great if all you want is the lowest quality video available....I can't get the 480p or 720p vids to download....

#110  posted on March 12, 2010 07:51 PST
somebody already posted a working link on here that will download 1080p videos, or if there aren't any, it will download the highest quality video after that. it works exactly the same, just stick it in a bookmark, et voila:

Quote:
javascript:(function(format){var%20levels={mp4:[37,22,18],flv:[35,34,6,5]};levels=levels[format];if(format=='mp4'){getfmt18()}else{process(yt.config_.SWF_ARGS.fmt_url_map)}function%20getfmt18(){var%20fmt18=document.createElement('iframe');fmt18.id='fmt18';fmt18.src=window.location.href+'&fmt=18';fmt18.style.display='none';if(fmt18.attachEvent){fmt18.attachEvent('onload',have18)}else{fmt18.addEventListener('load',have18,false)}document.body.appendChild(fmt18)}function%20have18(event){if(!event){event=window.event}if(!event.target){event.target=event.srcElement||document}if(event.target.detachEvent){event.target.detachEvent('onload',have18)}else{event.target.removeEventListener('load',have18,false)}process(yt.config_.SWF_ARGS.fmt_url_map+','+event.target.contentWindow.yt.config_.SWF_ARGS.fmt_url_map)}function%20process(qualities){qualities=decodeURIComponent(qualities).split(',').sort(function(a,b){return%20parseInt(b)-parseInt(a)});var%20available={};for(var%20i=0;i%3Cqualities.length;i++){var%20temp=qualities[i].split('|');available[temp[0]]=temp[1]}makeselection(available)}function%20makeselection(available){for(var%20i=0;i%3Clevels.length;i++){if(levels[i]%20in%20available){downloadselection(available[levels[i]]);break}}}function%20downloadselection(url){var%20myframe=document.createElement('iframe');myframe.src=url;myframe.style.display='none';document.body.appendChild(myframe)}})('mp4');

#111  posted on March 12, 2010 10:29 PST
thanks aloooot
great job

#112  posted on March 12, 2010 17:52 PST
hi
d plugin for youtube has worked for me as well but is der any plug- in to use for downloading videos from other sites using google chrome.

thnks
hope all d intelligents on d forum will reply soon

#113  posted on March 16, 2010 14:13 PDT
fantastik

#114  posted on March 19, 2010 08:32 PDT
AMAZING SH1T!!!!
THANKS DUDE!!!

#115  posted on March 19, 2010 18:36 PDT
Wow nice this is really user friendly no software i love google chrome...

#116  posted on March 21, 2010 00:56 PDT
I've followed the process but it isn't downloading.

#117  posted on March 23, 2010 05:24 PDT
Hello Andrew!
The Java Script really works..
Thanks a lot!

#118  posted on March 24, 2010 09:11 PDT
Thank u very much, very useful and easy!

#119  posted on March 25, 2010 20:17 PDT
script in ubuntu??

#120  posted on March 28, 2010 02:04 PDT
Really, thank you. But in what folder are these videos stored at? I am 35 yrs old and was able to do this with ease. THnaks

#121  posted on March 29, 2010 18:37 PDT
There are a couple of download sites working that use javascript. www.youtube.com/get_video.php isn't working anymore which is why most of the download sites are down. Does anyone know how to deal with this. I have one of the download sites and need help desperately. I suspect there is a way to redirect a visitor to youtube while running the javascript on their computer so they can recieve the IP based download link. But I am stumped on how to accomplish this. I really appreciate any help.

#122  posted on April 01, 2010 14:46 PDT
Free Download Videos from Youtube Instantly
http://buddypress.freenice.org/blog/2008/11/13/free-download-videos-from-youtube-instantly/

#123  posted on April 02, 2010 07:03 PDT
the script worked only for some time when i restart system the script stop working for further downloading whats the problem>>>?

#124  posted on April 04, 2010 04:23 PDT
not working anymore.... read here for the solution
http://unlockforus.blogspot.com/2010/04/downloading-youtube-videos-not-working.html

#125  posted on April 07, 2010 11:05 PDT
for youtube videos download play video copy code from taskbar
and past in youtube downloader
engoy it

#126  posted on April 08, 2010 07:48 PDT
thia is the new script javascript: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;}}

#127  posted on April 09, 2010 07:19 PDT
lalalala you're right...the script provided seems to work fine ;)

#128  posted on April 09, 2010 22:45 PDT
Nice to know that you people are helping us in technical things

#129  posted on April 11, 2010 02:59 PDT
Hey, something changed and its not working now!!!!

#130  posted on April 12, 2010 07:34 PDT
Check out this free, open-source script for downloading youtube videos.


http://forums.techarena.in/windows-software/1326634.htm





It works fine. You may have to be patient. It is streaming video and youtube sends chunked data in 8K chunks every now and then.

#131  posted on April 12, 2010 07:36 PDT
You will need biterscripting for that script. It's free at


http://www.biterscripting.com


Biterscripting's just a general scripting language.

#132  posted on April 16, 2010 01:06 PDT
@lalala: Yes, it works for me! Thank you so much for sharing!

#133  posted on April 21, 2010 04:22 PDT
deidara - Youtube disabled this feature. You can't download videos anymore. You have to use other websites on the internet to download.

#134  posted on April 24, 2010 22:29 PDT
working fine for me .. thanx lalala

#135  posted on April 28, 2010 07:52 PDT
It works for me, it is a FLV file?

#136  posted on May 13, 2010 01:14 PDT
works great, thanks for sharing!

#137  posted on May 14, 2010 17:58 PDT
the java that lala provided downloads the video in .flv format, which is NOT HD. Does anyone have a working HD link?

#138  posted on May 17, 2010 18:57 PDT
For some reason it won't play the video afterwards. What do I have to get for it to play?

#139  posted on May 19, 2010 11:45 PDT
awesome lalalala!!! works gr8..

#140  posted on May 26, 2010 01:07 PDT
sorry but it doesn't work for me. when i click it, the video just appears but i cant download it

#141  posted on May 26, 2010 09:22 PDT
Howsit. I want to download videos from metacafe without having to go through any other site. To download directly as if it was been loaded to play on my pc. Does anyone have a code to do that?

#142  posted on May 31, 2010 21:05 PDT
This is the update April 2010

javascript:swfHTM=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTM.split("&");for(i=0;i<=w.length-1;i++){if(w[i].split("=")[0] == "t"){t=w[i].split("=")[1];}if(w[i].split("=")[0] == "video_id"){videoid=w[i].split("=")[1];}}window.location.href = "http://youtube.com/get_video?video_id=" + videoid + "&t=" + t + "=";

#143  posted on June 04, 2010 04:33 PDT
Great brother!!!!Cool tric

#144  posted on June 08, 2010 03:09 PDT
o thanks lot for that dude.
i was struggling hard to download from youtube.
helped me a lot.

#145  posted on June 11, 2010 04:30 PDT
I tried all script.all are useless.

#146  posted on June 14, 2010 10:23 PDT
What utter crap! Just use Firefox and the videodownloadhelper plugin. One click and you are downloading the video! In fact, it even picks up the HD mp4 version of the video on YouTube automatically. Something this crap does not. Even if you hate Firefox for general use, at least use it only for that functionality. Can't believe you guys. All this effort to do something you can do a lot easier and more efficiently in Firefox... I guess app haters cut off their nose to spite their face. Quite nerdy really! ROFLMAO @ you guys...

#147  posted on June 17, 2010 13:34 PDT
this java script is not works on my pc.

#148  posted on July 01, 2010 22:17 PDT
hice lo que dice el amigo pero = cuando le hago click no me aparece nada osea no descarga ningun video :(

#149  posted on July 11, 2010 19:30 PDT
This shit does not work at all

#150  posted on July 19, 2010 21:53 PDT
It works. the files are .flv extension.

#151  posted on July 23, 2010 13:38 PDT
it does not work anymore, it created the get_video url and retrieves t value but it does not work, i tried by adding also the sk and tk, all the fmt, the vid title and the session token, it seems to me that the get_video page does not exist anymore or accepts calls only from the youtube domain, if you have a solution please publish it asap

#152  posted on July 25, 2010 07:09 PDT
its not work please tell me........

#153  posted on July 29, 2010 23:20 PDT
It seems YouTube has restricted its user to download any video. I'd also the same problem as you all. I only find StreamTransport that still has worked in dowmloading on youtube. Here is the link http://www.streamtransport.com/
Hope u guys enjpy it.

#154  posted on August 05, 2010 09:08 PDT
i want hd download.the javasript is not working with google chrome

#155  posted on August 18, 2010 23:57 PDT
I still could not download from this.. its not working.. please suggest something

#156  posted on August 20, 2010 08:38 PDT
W W W O O O R R R K K K I I I N N N G G G !!!

javascript: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;}}

Text that script was posted by lalalala
thank you

#157  posted on August 24, 2010 00:33 PDT
Thanks Michael :)
This is working

javascript: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;}}

#158  posted on August 24, 2010 19:29 PDT
does not work...

#159  posted on August 24, 2010 21:17 PDT
Now it is working. It is same as B3ntt's post.
javascript: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;}}

#160  posted on August 27, 2010 21:18 PDT
ITs not working....

#161  posted on August 29, 2010 10:59 PDT
Not Working

#162  posted on August 30, 2010 02:28 PDT
heeeelllppp,, is not working here

#163  posted on September 01, 2010 18:43 PDT
Works fine for me...but could not download high quality vids. Only flv. Argh!
V

#164  posted on September 03, 2010 16:37 PDT
Cool n resourceful insights, lalala's own is working cuz as of 2day 4th sept 2010 andrews n earlier ones werent working....thanx

#165  posted on September 03, 2010 16:38 PDT
Cool n resourceful insights, lalala's own is working cuz as of 2day 4th sept 2010 andrews n earlier ones werent working....thanx

#166  posted on September 05, 2010 01:12 PDT
it didnt work for me i clicked it and nothing happened. :/ i think you need a new code thingo.

#167  posted on September 05, 2010 12:46 PDT
The last code posted works, but all I get is a "videoplayback" file that won't open. I've tried different extensions, but nothing seems to work and I can't use it.

Is there particular extension I should be using?

#168  posted on September 08, 2010 16:35 PDT
works fine ^^.. just add the .flv extension and your video is now playable. thanks man

#169  posted on September 13, 2010 05:50 PDT
Youtube Downloader is a fab youtube video downloading tool. I love youtube clips and have a huge collection stored on my hard drive.

#170  posted on September 24, 2010 12:45 PDT
Hi,
I think the application is useful. However, I cannot manage to get it work, the URL seems to be a dead link. Could you please help?

Thank you.

Regards,
Hung
Text :

#171  posted on September 26, 2010 09:58 PDT
This discussion is too confusionary :S
However, i use youtubeFisher: a small program that don't require installation and downloads video (also in HD) or only audio track from youtube..
you find it here: http://youtubefisher.codeplex.com =)

#172  posted on September 27, 2010 07:39 PDT
Its simply great! i loved it. for the first attempt it didn't work. but as i get down to page i found the updated codes, and finally its working. i was looking for something like this. coz i tried to find some built in plug-ins like firefox to download video, but there is nothing. thanks very much guys.

#173  posted on October 04, 2010 16:12 PDT
hey, the bookmarks just appears when I open a new tab, not when I'm already on a page, and I didn't find the configuration to change this, Help me!

#174  posted on October 12, 2010 15:35 PDT
The one from post #166 works perfectly!

#175  posted on October 16, 2010 18:39 PDT
Thanks.. #164 Its Working Cool..

#176  posted on October 19, 2010 13:57 PDT
when im on the youtube video i want, when i click on the bookmark, nothing happens. how do i get it to work? thanks for any help

#177  posted on October 19, 2010 14:08 PDT
ok so nvm about that last post...the downloader works but i cant get it to go to my itunes...any advice?

#178  posted on November 01, 2010 07:17 PDT
I've found that some greasemonkey "youtube download scripts" out there work great in chrome. Recommend.

#179  posted on November 04, 2010 07:40 PDT
There are also some other plugins from where you can download videos not only from youtube.

#180  posted on November 07, 2010 11:41 PST
It doesen't work!

#181  posted on November 07, 2010 11:46 PST
Sorry for the above comment.
Now it is working. It is same as B3ntt's and LM post.
javascript: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;}}

#182  posted on November 08, 2010 01:23 PST
I've tried Google Chrome four times and am ready to remove it again. It crashes and simply isn't stable enough for me. I'll stick with Avant and IE8.

#183  posted on November 11, 2010 00:26 PST
It never works. hopeless

#184  posted on November 14, 2010 16:46 PST
It doesnt working.. why?? please help me.. i did copy the url.. but there no change..

#185  posted on November 16, 2010 12:43 PST
The script doesn't seem to work. I load the video, click the bookmark link and nothing happens. Advice?

#186  posted on November 23, 2010 21:46 PST
Thanks for your share.I wanna recommend another powerful Youtube download tool--Sothink Web Video Downloader. Very Powerful and Convenient! Just open a webpage, such as YouTube page, and Sothink Web Video Downloader will automatically monitor and capture the video in this page, then it pops up a small window asking if you want to download what you are watching at the time.

Not only for YouTube FLV, Sothink Web Video Downloader can capture and download all the videos of any format in the webpage you are viewing, such as AVI, MP4, MPG, MPEG, WMV, RM, RMVB, 3GP, H.264 HD, and even Flash animation SWF, which will be useful.
For more details, please refer to http://www.sothinkmedia.com/web-video-downloader/
Also, you can download the tool at http://www.sothinkmedia.com/download/videodownloader.zip

Hope it is useful.

#187  posted on November 27, 2010 09:02 PST
I can't get it work on my Mac's Chrome. . followed the instruction, but nothing happens.

#188  posted on November 29, 2010 06:48 PST
WORKINGGGGGGGGGGGG! javascript: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;}}

#189  posted on December 01, 2010 00:30 PST
I see this is a couple years old, so it doesn't really surprise me, but I don't think this works anymore.

#190  posted on December 01, 2010 08:57 PST
Is this supported on Mac OS?

#191  posted on December 04, 2010 10:45 PST
It's not working !!!

#192  posted on December 04, 2010 10:45 PST
It's not working !!!

#193  posted on December 04, 2010 21:20 PST
on clicking that (you tube Downloader) book mark in bookmark bar i did not see any save option in my web page and a cannot down load that video

#194  posted on December 12, 2010 01:34 PST
thank u shazif it works!!

javascript: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;}}

#195  posted on December 16, 2010 17:31 PST
anyone knows the code for mp4? I don't need the video. thanks!

#196  posted on December 19, 2010 08:23 PST
This link working in my goolge chrome...I pray for the send who send this code, can any one explain who we

javascript: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;}}

#197  posted on December 19, 2010 19:32 PST
Just tried this one and it worked perfectly !! It downloaded a file without extension... but that I could read with vlc!! This tip is great!!! I'll have to convert that file to mp3 now though, don't think it may read on my mp3player

javascript: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;}}

#198  posted on December 20, 2010 01:53 PST
the previous code, download the video in low quality and FLV format.
If you rename the file in .mp3 VLC read however as flv file but don't work with your mp3 reader...

#199  posted on December 21, 2010 05:57 PST
It works........

javascript: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;}}

#200  posted on December 27, 2010 02:36 PST
I add the code into URl section but it doesn't work. simply no response .the code i pasted : javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];
If anything wrong with this code plz inform me. I will be really greatful to u.

#201  posted on January 29, 2011 07:04 PST
Casle_99, thanks, still works...

#202  posted on January 29, 2011 21:58 PST
The easiest that i know is to use ORBIT downloader because orbit has build in feature that i grap the video automatically, i always use it


John
http://watchmoviesonlin9.blogspot.com/

#203  posted on February 07, 2011 22:50 PST
Thanks a lot guys,it works great,,, is there any option to watch d downloaded videos directly without having to add an extension by myself?

#204  posted on February 13, 2011 01:15 PST
Thanks Casle_99
it works Fine.

#205  posted on February 17, 2011 22:37 PST
Fantastic guide! Now i know to download YouTube Videos in Google Chrome after viewing your blog........ Thanks for the informative post :)

#206  posted on February 19, 2011 11:53 PST
I have simple one anybody can try it ...

yt.getConfig('SWF_CONFIG').args.fmt_url_map.split(',')[0].split('|')[1];

#207  posted on February 19, 2011 11:54 PST
I have simple one anybody can try it ...

javascript:location=yt.getConfig('SWF_CONFIG').args.fmt_url_map.split(',')[0].split('|')[1];

#208  posted on February 20, 2011 09:47 PST
it's working for me......
thanks James&Elain....

javascript:location=yt.getConfig('SWF_CONFIG').args.fmt_url_map.split(',')[0].split('|')[1];

#209  posted on March 01, 2011 12:29 PST
Add this Extension into your list please.

Name: The Quick Fly - Chrome Extension
Description: The quick fly is an extension that makes it easier then ever to earn money with the link shortener adf.ly
With just one click the page you are on will be converted to an adf.ly link that you can then post and make money of. Or maby you just wanna use it to get short links.
Download: http://www.mirrorcreator.com/files/1G26IPQZ/The_Quick_Fly_v1.crx_links

#210  posted on March 03, 2011 02:38 PST
A bookmarklet is an applet, a small computer application, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet. Whether bookmarklet utilities are stored as bookmarks or hyperlinks, they are designed to add one-click functionality to a browser or web page. When clicked, a bookmarklet performs some function, one of a wide variety such as a search query or data extraction. Usually the applet is a JavaScript program.Thanks for this post.

#211  posted on March 13, 2011 01:33 PST
thankyou james&elaine....... its working.....

#212  posted on March 13, 2011 13:29 PDT
hey it wasnt working for me either so i looked at comment #208 and it worked

#213  posted on March 18, 2011 00:51 PDT
Thanks James&Elaine. Great way to get the original

#214  posted on March 21, 2011 10:14 PDT
Wow! I never knew that this is possible! I'm so happy! I love music, and thanks to you, I will enjoy my favorite songs even more.

Thank you!

#215  posted on March 22, 2011 11:43 PDT
i have downloaded and it is coming in the bar but there is no sign of downloading.... please help me

#216  posted on March 27, 2011 11:20 PDT
Same here. It's not working.

#217  posted on March 27, 2011 11:26 PDT
Nevermind, Comment #208 FTW. :)

#218  posted on March 29, 2011 04:26 PDT
free video downloader download

#219  posted on April 05, 2011 11:35 PDT
it's not working dude.........

#220  posted on April 05, 2011 15:00 PDT
thank you for sharing you guy are the best...thx

#221  posted on April 05, 2011 21:42 PDT
Thanks!!! It really worked! so simple!!! :)

#222  posted on April 08, 2011 02:34 PDT
i tried to download youtube videos as per your instruction. But I could not succeed. It's not working.

#223  posted on April 20, 2011 05:00 PDT
it isn't working. i bookmarked the url ady but it doesnt work when i click on it. it has no respond.

#224  posted on April 20, 2011 21:53 PDT
The content which is found in this article was very cordial. I really liked it very much. Thanks a lot for posting such an informative site in this post. Thanks a lot!

#225  posted on April 26, 2011 08:56 PDT
WTF??

#226  posted on May 12, 2011 21:29 PDT
its working for me, thanks

#227  posted on May 23, 2011 15:07 PDT
ohh . very effective and efficient Google done ! congratulation.

#228  posted on June 05, 2011 22:18 PDT
Updated Bookmarklet that Creates Download Button on the Page (credits go to me :P (if it doesn't work by copying and pasting this code try http://anonymouslyacquired.info/ytdownload.js )):

javascript:var getQualityLink=function() { var oEndLnk = '&title=' + escape(document.getElementById('eow-title').getAttribute('title')); for(i=0;i<yt.getConfig('PLAYER_CONFIG').args.fmt_url_map.split(',').length;i++) { var ytPlayerConf = yt.getConfig('PLAYER_CONFIG').args.fmt_url_map.split(',')[i].split('|')[0]; if(ytPlayerConf == 37 || ytPlayerConf == 22 || ytPlayerConf == 18) { return yt.getConfig('PLAYER_CONFIG').args.fmt_url_map.split(',')[i].split('|')[1] + oEndLnk; }; }; return yt.getConfig('PLAYER_CONFIG').args.fmt_url_map.split(',')[0].split('|')[1] + oEndLnk; }; var createLink=function( l,t) { var oLnk=document.createElement( 'a') ;oLnk.setAttribute( 'href',l) ;oLnk.appendChild(document.createElement('br'));var oImg=document.createElement('img'); oImg.src='http://www.orbitdownloader.com/img2/download-botton.gif'; oLnk.appendChild( oImg );oLnk.setAttribute( 'style','display:inline;font:14px Times New Roman;text-decoration:underline;text-transform:none;') ;return oLnk} ; function enableDownload() { document.getElementById('watch-info').appendChild( createLink( getQualityLink(), 'Download') ); }; enableDownload();

#229  posted on June 10, 2011 05:25 PDT
I am thoroughly convinced in this said post. I am currently searching for ways in which I could enhance my knowledge in this said topic you have posted here. It does help me a lot knowing that you have shared this information here freely. I love the way the people here interact and shared their opinions too. I would love to track your future posts pertaining to the said topic we are able to read.

#230  posted on August 05, 2011 12:00 PDT
how can I download to video in 3gp format for mobile phone. Reply expected...

#231  posted on August 15, 2011 22:07 PDT
hi this is Rahul Mandaliya and i want to download youtube video but when i use this link in Chrome this is not working .......

i have Google Chrome 13.0.782.112 version , is this link is working in any perticular chrome version ?

have you know any other way to download youtube video ?

Thank You
Rahul Mandaliya(mandaliya.rahul@gmail.com)
replied on September 05, 2011 16:24 PDT:
Hi Rahul, I will release a Chrome extension to download the youtube video. :)

#232  posted on October 01, 2011 04:43 PDT
The link does not work it seems to me... Youtube updated their site? None of the links I saw and tested do work :/

#233  posted on November 16, 2011 04:30 PST
Best Tool, Simply I love this tool very simple and very easy.
the Best thing not downloading everything all the time when you click the icon then it brings the contents.

Thumbs up!

PHP Programmer
http://www.snushah.com

#234  posted on January 29, 2012 20:10 PST
I cannot make it work...When I click the link it doesnt do anything. Thanks

#235  posted on February 23, 2012 07:00 PST
Will be helpful to download videos easily in chrome.Thanks for the plugin.

#236  posted on May 18, 2012 03:33 PDT
Works perfectly but it stops working sometimes.
I found this site: http://www.fromyoutubemp4.com

#237  posted on June 29, 2012 03:25 PDT
i follow the above instructions what i see is save button instead of ok button when i click save button it never show up in my bookmark

#238  posted on January 17, 2016 22:01 PST
An even easier way to download YouTube videos is to just add "dlv" in front of youtube in the URL so that it reads www.dlvyoutube.com and then you're ready to go.

#239  posted on February 18, 2017 23:51 PST
I often use allavsoft to download all YouTube 1080p videos to 1080p, 720p, 480p, MP4, FLV, AVI, WMV, MKV, MOV, etc.

Leave your comment
If you want to leave your comment on this article, simply fill out the next form:
Name: * Requirement
E-mail: Optional (won't be published)
Website / Blog: Optional
Are you a human? For anti spammer, please calculate following expression:
2 x 1 + 1 = * Requirement
Comment:
* Requirement
You can use these tags:
[b] Text [/b]: Bold text
[quote] Text [/quote]: Quote text