EvilZone

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

Title: What things i will need for making a Youtube Downloader?
Post by: makhan on 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?
Title: Re: What things i will need for making a Youtube Downloader?
Post by: Phage on 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.
Title: Re: What things i will need for making a Youtube Downloader?
Post by: Stackprotector on 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.
Title: Re: What things i will need for making a Youtube Downloader?
Post by: techb on 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.