Hi, guys
I never done this before but I want to make a program like a YouTube Downloader.
I just don't now how to start. I found at that a HTTP Request requests a FLV file called videoplayback (without an extension).
If I goto to the request's link, it downloads the videoplayback file and if I change the extension to .flv then I can play it as a video. How can I use this in a program. Or could you direct me to what should I learn before? I don't have some professional C++ knowledge, and I don't now how much skills do I need to acomplish this.
Regards