User-defined structure

Defined in WinHTTrack options Build > Local structure type, click the Options button.

From the command-line use -N <structure>

Variables

New variable in version 3.40?
http://forum.httrack.com/readmsg/12712/index.html?pid=12708

Another option is to use the user-defined build structure to force all types
to be 3-characters long: -N "%h%p/%n%q.%st"

TODO - Test %st variable

Examples

%h%p/%n%[id:-:::].%t

Use the regular name of files, and if "id" is found in querystring then append "-<id_value>" to name, followed by file extension.

example.com/page.php?id=news > example.com/page-news.html