Download full web page including resources (e.g. images) in java

There is a way to load (html) a web page and all its resources (for example: images, CSS).

I know how to do this using the html parser, looking through all the relevant tags, but there is no easy way ?

+4
source share
1 answer

This is an easy way.

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

0
source

All Articles