Re: [vox-tech] download manager c++ code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vox-tech] download manager c++ code
Thanks to all, for the very helpful suggestions!
Now I can start using cURL on Windows platform (I created a static
lib), testing it with some sample code. Eventually, I'd like to port
cclive code to Windows, and working on it now. Any advice is welcome!
Thanks again for all your selfless help, cheer!
Hai
On Tue, Jun 23, 2009 at 3:09 PM, Gandalf Parker<gandalf@any1can.net> wrote:
> On Mon, Jun 22, 2009 at 10:30:46PM -0500, Ken Bloom wrote:
>> On Mon, 2009-06-22 at 22:12 -0400, Hai Yi wrote:
>> >
>> > I am looking for some c++ component or snippet, which is basically a
>> > download manager. For example, when a url link of youtube is feeded,
>> > the corresponding video file will be downloaded.
>>
>> Unfortunately, your example (of a YouTube download) is not the same as
>> the general case of a direct link, because downloading a YouTube video
>> isn't a direct link.
>
> I just use wget (which I notice wasnt listed in the apt-get list) as a command-line downloader. There are some examples online of using wget with youtube which simply involves parsing the first webpage response to get the direct name of the file then downloading it and renaming it to put the proper extension on it.
>
> Gandalf Parker
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech
|