How can i rip images from gallerys?

Wintermute

Junior Member
Joined
Mar 10, 2008
Messages
110
Reaction score
1
How can i rip images from gallerys that are like:

gallery with thumbnail image --> Page with image on --> Image jpg.

I obviously can't just wget, because then i will be getting just the thumbnails.

Any ideas? or programs to use?
 
I can't get this software to work in downloading anything but thumbnails...
 
You might want to look into what the root folder of the larger images are and try from there
 
You can use recursive downloading in wget to download the complete website including all the thumbnails and "normal" images.

wget -r url
 
I thought of that, but the pics are hosted on various sites.
 
I used to use httrack to download the complete gallery, most of the times the pictures and thumbs are even in a separate file.
 
Back
Top