Wget - download images from any location
Basically I want to download my blogspot blog.
If I use the -p option, page requisites will not be downloaded from other hosts (as it must do here - photos1.blogger.com etc.), so I have to turn on -H (span hosts) - but if I do that things get out of control.
So I need either the p option to download requisites even from other hosts or the H option to span hosts only when downloading requisites (images etc.)
This feature exists in other software (such as Offline Explorer for windows - it's called "download images from any location"), but I need to know how can this be done using wget (or other linux program if wget can't do it).
Thanks
|