EvilZone

Programming and Scripting => Beginner's Corner => : makhan August 27, 2014, 02:47:24 PM

: What things i will need for making a Youtube Downloader?
: makhan August 27, 2014, 02:47:24 PM
Hi, i just finished my Java Course. and as Final Project i am going to Create a Simple YouTube Downloader.
but i Don't Know where to Start? and what things i will need to Complete This Project?
: Re: What things i will need for making a Youtube Downloader?
: Phage August 27, 2014, 03:11:20 PM
I'd start here: http://stackoverflow.com/questions/3172962/how-does-a-youtube-movie-downloader-work-youtube

But as stated, YouTube is working on migrating to HTML5. I don't know what will happen then.
: Re: What things i will need for making a Youtube Downloader?
: Stackprotector August 28, 2014, 10:48:25 AM
When you use the html5 YouTube version you just need a HTML parser or a regex which will extract the Vid URL. The you need to download and convert.
: Re: What things i will need for making a Youtube Downloader?
: techb August 29, 2014, 11:25:07 AM
When you use the html5 YouTube version you just need a HTML parser or a regex which will extract the Vid URL. The you need to download and convert.

https://www.ffmpeg.org/  Can and will convert the wget it grabs.