| Hi,
I've searched with no success, and need a solution for my problem.
I want to download large amount of pages, such as:
<http://my.domain.com/?type=animals&AnimalID=1>
<http://my.domain.com/?type=animals&AnimalID=2>
<http://my.domain.com/?type=animals&AnimalID>=..
<http://my.domain.com/?type=animals&AnimalID=1000>
And store them on my local laptop as:
animals_AnimalID_1.html
animals_AnimalID_2.html
animals_AnimalID_...
animals_AnimalID_1000.html
Is this possible to achieve using httrack, and more automatic.
Thank you! | |