Just a quick one-liner:
1 | $ wget -r -P /save/to/path -A jpeg,jpg http: //www .example.com |
For the multitude of options (e.g. to flatten the directory structure) have a look at the wget manpage.
Just a quick one-liner:
1 | $ wget -r -P /save/to/path -A jpeg,jpg http: //www .example.com |
For the multitude of options (e.g. to flatten the directory structure) have a look at the wget manpage.