Page 2 of 3
Re: Newest youtube downloader that works!
Posted: Mon Jan 10, 2011 4:57 am
by Proprogrammer
sorry man i dont know that much about javascript, i could barely figure out the .flv code for youtube
Re: Newest youtube downloader that works!
Posted: Fri Jan 14, 2011 7:16 pm
by Axel
yea its hard to figure it out if you just copy that from a website
Re: Newest youtube downloader that works!
Posted: Fri Jan 14, 2011 7:51 pm
by Codex
This code is better, got it from my sources:
Code: Select alljavascript: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'];
Re: Newest youtube downloader that works!
Posted: Sun Jan 16, 2011 8:37 pm
by Napster1488
thanks for the script,so in what quality it will download it then ? and how i can change it to download in different qualitys ?
Re: Newest youtube downloader that works!
Posted: Mon Jan 17, 2011 11:17 am
by Usman55
I think you don't know but youtube consists of only the video types flv and avi
Re: Newest youtube downloader that works!
Posted: Mon Jan 17, 2011 7:48 pm
by mandai
I'm fairly sure the videos are just FLV as flash can't play AVI. There will be different links to access different quality FLV files.
Re: Newest youtube downloader that works!
Posted: Mon Jan 17, 2011 8:15 pm
by Napster1488
YouTube is using FLV and MP4 format for Videos , FLV for 360p,480p and MP4 for 720p,1080p.
And since i dont know anything about Javascript i can not modify it to download in different Quality.
Re: Newest youtube downloader that works!
Posted: Tue Jan 18, 2011 11:32 am
by Usman55
Oh! my bad I wrote avi instead of mp4. My downloader has a function to download it as .mp4 or .flv.
Re: Newest youtube downloader that works!
Posted: Tue Jan 18, 2011 12:29 pm
by Skillful
Usman55 can you provide the code for downloading in mp4? Please?
Re: Newest youtube downloader that works!
Posted: Tue Jan 18, 2011 2:45 pm
by Usman55
I don't think I should. Cuz that is something which will be in my websites vip section along with all my other sources.