| > +*.jpg*[>50] // to eliminate thumbnails
you need a space between the > and the number for that to work. And you'll
need to allow html type files asp, php, etc. so httrack can find everything.
Instead just use -*.jpg*[<50] to eliminate only thumbnails | |