Large

Download from YouTube

By JoeSimmons Last update Aug 2, 2010 — Installed 816,669 times.

added Popout feature

in
Subscribe to added Popout feature 7 posts, 4 voices



alala Scriptwright

I took the pleasure of adding a popout link to the rest so that you can pop out the video into a popup window. Some people(me) find it useful to multitask that way ;)

here's the added portion:

----------------------------------------------------------------------------------------------------------------
wpop = document.createElement('a');
wpop.innerHTML = 'Popout';
wpop.setAttribute('rel', 'nofollow');
wpop.setAttribute('class', 'eLink');
wpop.href = "javascript:window.open('http://youtube.com/swf/l.swf?video_id="+id+"', 'youtube', 'menubar=0,resizable=1,width=480,height=385,scrollbars=0'); void(null);";

wpd.appendChild(wpop)
-----------------------------------------------------------------------------------------------------------------

add before wdp.appendChild portion

hope that helps

 
JoeSimmons Script's Author

Cool but no thanks. You can make the script ;) My script will just be for downloading.
By the way why do you need a popup script? can't you just use multiple tabs?
And I would never use javascript: for an href. I would use onClick. Novice mistake.

 
Tarek Scriptwright

hello i liked this script but i can't see the movie on my cellphone using these 2 formats.
so can u make the format .3pg possible?

thank u

 
JoeSimmons Script's Author

No I can't Tarek; they only download in mp4 or flv. You will need an external program to convert the mp4/flv to something else. Total Video Converter is quite good. You can import it and click "Pocket Player", then you can choose cellphone or whatever you need.
Edit: Apparently I was wrong. You can get 3gp with youtube now.

 
Tarek Scriptwright

i have tried to modify it by myself.
i manage to make it download 3pg but it only download the short movies. i added the format17 to the FLV syntax but still can't download long movies.

if u have an idea on how to improve , i really appreciate it

thx
/tarek

 
zhd User

please, add support for opera

 
JoeSimmons Script's Author

It should already work in Opera. If it doesn't, I can't do anything about it.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel