Reputation: 502
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
Reputation: 499002
That is the easy way.
The hard way is to write your own network libraries, html parser etc...
Upvotes: 1