I am a computer science student and I want to make an application to automatically download the latest news from youtube and save it on my hdd. I want to make an application that would download youtube videos that were uploaded on a particular day on a particular channel. I have the following programming skills: C#, JavaScript/Jquery, asp.net, Java.
This is what I want to do :
- Search for the videos on that particular channel on a specific date
- Extract & manipulate header info to generate the get_video token
- Download the videos or feed it to a 3rd party download manager through a txt file
But I am not sure how to do this. Any ideas on how to proceed???? What technologies should I be looking at to make this possible....