HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Scripting?
Author: Xavier Roche
Date: 07/16/2003 22:29
 
> Would it be possible to do something like this?> Get every Page like this:
> img.php?id=1 ... img.php?id=1000
> So that I get 1000 Pictures?
Not implemented in httrack ; but you can do this using 
scripting:

(i=0; while test $i -le 1000; do 
echo <http://www.example.com/img.php?id=$i>; i=$[$i+1]; 
done) > mylist.txt

And then, use mylist.txt as parameter for the "URL list" 
option in httrack.
 
Reply Create subthread


All articles

Subject Author Date
Scripting?

07/16/2003 17:01
Re: Scripting?

07/16/2003 22:29
Re: Scripting?

07/17/2003 18:43




9

Created with FORUM 2.0.11