What is this?
This is an image grabber that lets you grab image from multiple pages into a single page in seconds.
What is it useful?
It is useful when you want grab sequent images or sequent pages. For example, you can construct album of http://abc.com/image[1-100].jpg.
Sequent image grabbing has been implemented (flashgot, downloadthemall, orbit, ...), why should I use this crap?
Well, sequent image grabbing was already done, but sequent page grabbing has not been developed yet. This is new feature allows you work online without installation and you are able to grab images of multiple pages.
How does it work?
The very first basic idea is to grab sequent images. The format is http://abc.com/directory[dFrom-dTo;dStep]/image[iFrom-iTo;iStep].jpg. Click on Sub URL to copy URL to Sub URL; Sub URL is the links when you click on image of URL. If the Sub URL is left blank, the link is taken from original URL. Columns is the number of columns in a row.
Examle:
URL: http://example.com/dir[2-7]/thumb_image[12-35;3].jpg
Sub URL: http://example.com/dir[2-7]/big_image[12-35].jpg
Columns: 4
This will construct a gallery of 4 columns for each row and sequence of http://example.com/dir2/thumb_image12.jpg, http://example.com/dir2/thumb_image15.jpg, ..., http://example.com/dir7/thumb_image33.jpg. It should be noted that if the step is not included, it will increase by 1.
How does it grab image from many pages
It's the same thing as you grab sequent images. The format is http://abc.com/directory[dFrom-dTo;dStep]/page[iFrom-iTo;iStep]. Sub URL is not needed when you are working with page. Filter is to filter your images. Prefix is used when page and image folder are on different paths.
Note
Separator :: is used to separate link and image. For instance:
Filter: view/view_entertainment :: ! t_; view/view_entertainment is to filter link, and ! t_ is to filter image link.
Which case that it does not work?
It do not work when the site does not allow hot link / direct link and authentication.