Page 1 of 1

more then 24 pictures

Posted: Wed May 10, 2006 1:11 am
by Harrie
Hello all :D i must say your software is very good :D

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? :o

Thnx in advance


greetingz

Re: more then 24 pictures

Posted: Sat May 13, 2006 7:59 am
by dbhome
Harrie wrote:Hello all :D i must say your software is very good :D

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? :o

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)
a web spider will read the different galleries first
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 :wink: