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
Does flashgot support wildcards?
Does flashgot support wildcards?
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36
Re: Does flashgot support wildcards?
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
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1
Re: Does flashgot support wildcards?
Ah.. didn't think it would be that easy!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
Thanks
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36