Monday 15 April 2013

c++ - Using WinInet to download an image with a URL -


I am working on developing a type of web scrapper using WinInet.

Effectively, the program takes some input and will attempt to download all pictures / videos on a certain page (.jpg, .png, .webm, etc.).

How can I download with an image URL, said Image Using WinInet Library? I download the file on FTP but I do not think it applies here.

I tried to use Liberty but could not understand how it is using Visual Studio 2013.

Thanks a lot


No comments:

Post a Comment