Hello all i must say your software is very good
I have a little question.
I try to download some pictures from a gallery, but when it get to filename 0024.jpg, it goes to the next gallery. everytime :O
is 24 the limit or something?
Thnx in advance
greetingz
more then 24 pictures
Re: more then 24 pictures
Harrie wrote:Hello all i must say your software is very good
I have a little question.
I try to download some pictures from a gallery, but when it get to filename 0024.jpg, it goes to the next gallery. everytime :O
is 24 the limit or something?
Actually it depends on the web site structure Harrie.
in most cases galleries are structured in levels
Page 1 contains 24 pics
page 2 contains 24 pics
page 3 contains 24 pics
etc
now say main contains 50 galleries with each gallery containing an x # pages
Code: Select all
main
-------gallery 1
-----------------page 1
==============24 images (thumbs)
=====================24 images (full size)
-----------------page 2
==============24 images (thumbs)
=====================24 images (full size)
-----------------*****
-------gallery 2
-----------------page 1
==============24 images (thumbs)
=====================24 images (full size)
-----------------page 2
==============24 images (thumbs)
=====================24 images (full size)
-----------------*****
-------gallery 3
-----------------page 1
==============24 images (thumbs)
=====================24 images (full size)
-----------------page 2
==============24 images (thumbs)
=====================24 images (full size)
-----------------*****
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------gallery 50
-----------------page 1
==============24 images (thumbs)
=====================24 images (full size)
-----------------page 2
==============24 images (thumbs)
=====================24 images (full size)
when its done it will return and start reading the first pages of those galleries
then return to the second pages,then the third pages ,etc
once the project is finished however it will have all the images though
do you have "search Sequence pictures" enabled in your Task properties ?This option will try to change this behavior
hence "try" because it does not work with every site (again it depends on the sites structure)
there are also ways to circumvent this behavior by using exclusion filters in task options but thats a bit more complicated