EvilZone
Programming and Scripting => Beginner's Corner => Topic started 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?
-
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.
-
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.
-
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.