How can I fetch the images of a public website using wget? It's not a huge site: it has about 40 pages, with around three images per page.
I want to avoid:
- Manually downloading the images
- Downloading the whole site
Any ideas?
feedback
|
|
You can use wget and tell it to only down image files or use http://www.downthemall.net/ From http://www.delorie.com/gnu/docs/wget/wget_31.html
More verbose, but the effect is the same. | |||||||
feedback
|
|
Online Images Batch Download 1.1.0 (Firefox Addon) | |||
|
feedback
|
|
see this. The second template is all pictures of the website. I guess thats what you wanted? | |||
|
feedback
|
|
I write a util named ifetch, you can try it. http://sourceforge.net/p/ifetch/wiki/Home/ | |||
|
feedback
|