| I have the following question:
For example I download from same web site with different
values in query string variables and different variables
<http://www.example.com/a=123>
<http://www.example.com/b=123>
<http://www.example.com/c=123>
I would like all files from the first link to be saved in
folder A (or AAA or some other name), files from second
link to be saved in folder B and etc. I read the forum,
but I coundn't figure out how to do this. Any suggestions?
I read about option %[param::::]
and, if that's possible, in some of the next versions of
HTTrack this option could become like this %
[param:before:after:empty:notfound:REPLACE]
REPLACE means a=123 will be changed to REPLACE or
something else, for example, but not to 123 nor other
numerical value.
Besides, can I use nested %[param] - something like this:
%[param:before:after:%[param:before:after::]:]
I tried it and it didn't work as I expected. Am I missing
something? | |