954,480 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

YouTube Video Downloader Help

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

electrox73
Newbie Poster
12 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

Personally I would opt to use a library for HTTP. I know libcurl is at least one option, there are probably hundreds more.

The reason I would use a library is because if the project requires using the HTTP specification extensively, it will save you a lot of work.

You can, of course, read the HTTP RFC here --but I personally would not go that route, unless for some reason there are no suitable libraries available that meet your needs.

pseudorandom21
Practically a Posting Shark
890 posts since Jan 2011
Reputation Points: 216
Solved Threads: 111
 

Personally I would opt to use a library for HTTP. I know libcurl is at least one option, there are probably hundreds more.

The reason I would use a library is because if the project requires using the HTTP specification extensively, it will save you a lot of work.

You can, of course, read the HTTP RFC here --but I personally would not go that route, unless for some reason there are no suitable libraries available that meet your needs.

How can I use libcurl, never heard of it before.

electrox73
Newbie Poster
12 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 
pseudorandom21
Practically a Posting Shark
890 posts since Jan 2011
Reputation Points: 216
Solved Threads: 111
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: