| > So, if you examine some links (for example, those
> for Quenya), start with a q letter (quenya.htm,
> qcourse.htm, qevolution.pdf, qlexicon.htm and
> others). I tried putting -q or -q*.htm to see if the
> program would exclude them. The final command line
> was:
You almost got it correct. D_A answered with more-correct filters. Even if
HTTrack saw "-q" and "-q*.htm" as filters, those would only match against URLs
like:
<http://queen.example.com/>
<http://quarter.net/hello.htm>
You have to take into account the entire URL and that before the page named
"q*" there is all the domain/path information which you would want to cover
using "*"
-*/q*.htm | |