HTTrack Website Copier
Free software offline browser - FORUM
Back to the forum

Subject: Re: unhashed url and query params
Author: Xavier Roche
Date: 10/03/2001 09:33
 
> i need to save crawled files as:
> [host/path/url?querystring].html
> i can't use the md5 %u and %q params.
> is there a way to do this?
Well, first the '?' character is invalid on filenames 
on many systems, including Windows/Msdos, and 
therefore should be avoided on other systems 
(Unix/Linux).
The query string can not be included using regular 
options - except parts of it - using %[name]

Example:
%h%p/%n%_[foo].%t

Will convert:
<http://www.abc.def/bar/smith.php?a=1&foo=45>
into
www.abc.def/bar/smith.php_45.html

 
Reply Create subthread


All articles

Subject Author Date
unhashed url and query params

10/03/2001 07:22
Re: unhashed url and query params

10/03/2001 09:33
Re: unhashed url and query params

10/06/2001 02:52
Re: unhashed url and query params

10/09/2001 13:06




a

Created with FORUM 2.0.11