Skip to main content.

 
Due: Thursday Feb 15, 2006; 10:00PM

Web Dumper

Write a Python program that takes a web page URL and downloads the page and any linked images to the user's local computer. You may have used such a facility in a web browser like Internet Explorer -- the ability to save an entire HTML file including linked images.

I will leave much of the operation of this program up to your creativity. As a minimum, though, it must support the following features correctly:

Submit

Submit your Python script in the prog02 submit folder for this class.