HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Filters question
Author: Xavier Roche
Date: 12/14/2002 15:54
 
> 'This will refuse/accept all zip files in .com addresses:'
> www.*.com/*[path].zip
> My question is what is the difference between that and 
this 
> version I put together?:
> www.*.com/*.zip

The example could be better, as I should have written
www.*[path].com/*[path].zip

This one will NOT match:
www.foo.jp/mirrors/bar.com/foobar.zip

> so I see a little difference...but is there a realistic 
> example?
Yes:
<http://www.foo.jp/contents.shtml?dom=www.foo.com&file=bar.zip&page=1>

This file will be matched by 
www.*.com/*.zip

BUT not
www.*.com/*[path].zip

and anyway this one is better:
www.*[path].com/*[path].zip

and will prevent to get
<http://www.foo.jp/contents.shtml?dom=www.foo.com&file=bar.zip&page=1>
 
Reply Create subthread


All articles

Subject Author Date
Filters question

12/13/2002 23:17
Re: Filters question

12/14/2002 15:54




9

Created with FORUM 2.0.11