-2

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....

Indransh
  • 1
  • 1

2 Answers2

2

Using C#, here is what you may do:

Hope this helps.

boccanegra
  • 63
  • 1
  • 6
0

To make Youtube downloader application, you can use the following technologies:

Example of a Youtube downloader is YTDownload. You can contact the website or youtube developer for more details.