| Hello,
I would like to grab a website, where some parameters are as follows:
<http://domain.com/index.php?id=5&news[file]=5>
Now I want HTTrack to rename it. My try:
%p/%n%[id:_id=:::]%[news[file]:_file=:::].%t
The Problem is, that there are brackets inside the parameter-name.
Is there a way to "mask" the brackets?
Thx. | |