Manu
Manu

Reputation: 502

download a complete web page including resources (like images) in java

is there a way to download (html) web page and all it's resources (eg: images,CSS).

I know how to do this using a html parser, by going through all the relevant tags, but isn't there a easy way?

Upvotes: 5

Views: 9339

Answers (1)

Oded
Oded

Reputation: 499002

That is the easy way.

The hard way is to write your own network libraries, html parser etc...

Upvotes: 1

Related Questions