Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to download a code project web page with its images and its associated zip files and I need guide to links or ideas that help me.

I did some search and found this link A small application for downloading website images automatically[^] which helped downloading the images only. Also using the WebClient.Downloadfile helped downloading the page only without its images

If someone guided me to how to download the zip files associated with the page automatically then this would be great.
Posted

1 solution

First of all, the menu "Save As" with the selection like "Web page, complete" does the trick, at least for CodeProject.

However, if you want to automate it more, this is a kind of Web scraping: http://en.wikipedia.org/wiki/Web_scraping[^].

For further detail, please see my past answers:
get specific data from web page[^],
How to get the data from another site[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900