Download a HTML page with images?

F

Fergus McMenemie

Hi,

I am wanting to download or mirror a series of individual HTML pages,
not a whole site. How do you do this with perl? I have looked at LWP
mirror and w3mir neither of which seem to do this. mirror does not
download assocated images, w3mir insists on placing everything at the
root and does not have an option to download a single page with images,
style sheets etc.
 
D

David K. Wall

Fergus McMenemie said:
I am wanting to download or mirror a series of individual HTML
pages, not a whole site. How do you do this with perl? I have
looked at LWP mirror and w3mir neither of which seem to do this.
mirror does not download assocated images, w3mir insists on
placing everything at the root and does not have an option to
download a single page with images, style sheets etc.

Instead of trying to reimplement this in Perl, why not use the GNU wget
program? 'wget -p http://example.dns/page.html' should do it.

(The -p option "causes Wget to download all the files that are
necessary to properly display a given HTML page. This includes such
things as inlined images, sounds, and referenced stylesheets.")
 
F

Fergus McMenemie

David K. Wall said:
Instead of trying to reimplement this in Perl, why not use the GNU wget
program? 'wget -p http://example.dns/page.html' should do it.

(The -p option "causes Wget to download all the files that are
necessary to properly display a given HTML page. This includes such
things as inlined images, sounds, and referenced stylesheets.")


Thanks very much; available for UNIX and Windows as well, that will
do nicely! I guess I am so used to being able to do everything in Perl
that I did not properly consider the alternatives :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,920
Members
47,464
Latest member
Bobbylenly

Latest Threads

Top