Does flashgot support wildcards?

Ask for help about FlashGot, no registration needed to post
Post Reply
Mainman
Posts: 16
Joined: Sat Mar 28, 2015 1:52 pm

Does flashgot support wildcards?

Post 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
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Does flashgot support wildcards?

Post 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
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
Mainman
Posts: 16
Joined: Sat Mar 28, 2015 1:52 pm

Re: Does flashgot support wildcards?

Post 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
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36
Post Reply