|
>>
|
No. 36637
File
128055397237.jpg
- (105.12KB
, 600x800
, sa3x015.jpg
)
well if you're a mac user, why not try using curl from the command line to grab all the preview pics?
All you need to do is run the following command:
curl -O http://www.southern-charms.com/charmname/aa[1-100]x0[01-20].jpg
For example, sammy sinclair has 12 photoshoots on her site, to grab all the preview pics use the command:
curl -O http://www.southern-charms.com/sammysinclair/sa[1-12]x0[01-20].jpg
To get the URL of the preview pics just click on one in the Photos page. You can then use it to specify which sets to download.
Note that the [1-12] is the number of sets, and the [01-20] is the number of preview pix in each set (there's usually a max of 20)
|