Page 1 of 1

Does flashgot support wildcards?

Posted: Sun Mar 29, 2015 12:22 pm
by Mainman
I have a series of images like this www.website.com/images/xxxx.jpg

I know how to set the limits to search for all images with four digits and cover the space from 0000 to 9999

But how do I set it up to see if there are also images like 1, 3, 67 etc? i.e. numbers less than 1000 without leading zeros

Is there some kind of wildcard?

Thanks

Re: Does flashgot support wildcards?

Posted: Sun Mar 29, 2015 10:27 pm
by therube
If you didn't need the padding with 0's, then just set the range in Build Gallery:

Code: Select all

http://www.xyz.com/img[1-999].jpg

Re: Does flashgot support wildcards?

Posted: Sun Mar 29, 2015 10:53 pm
by Mainman
therube wrote:If you didn't need the padding with 0's, then just set the range in Build Gallery:

Code: Select all

http://www.xyz.com/img[1-999].jpg
Ah.. didn't think it would be that easy!

Thanks