HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Problem with filter ranges
Author: William Roeder
Date: 02/07/2008 22:04
 
> > *foo=*[0-9]* should do what you want.  What are
> your
> > other filters?  Do you have a -*foo=* above
> 
> WildCardFilters=-* +*index.php*cat=*[0-9]*
> +*thumbnails.php*album=*[0-9]*
> +*displayimage.php*album=*[0-9]*
> +displayimage.php*fullsize* -*sort=* -*.jpg -*.gif
> -*.png -*.css -*slideshow*
> 
> With this filter httrack happily includes URLs like
> .../thumbnails.php?album=topn&cat=0 which to me
> seems buggy.

Thumbnails.php*album=*[0-9]* matches thumnails.php?album=topn... 

The *[0-9] matches nothing and the last asterisk matches the topn.  

The manual says * matches 0 or more.  

If you want album=999 you need *album=*[0-9] 
 
Reply Create subthread


All articles

Subject Author Date
Problem with filter ranges

02/07/2008 14:26
Re: Problem with filter ranges

02/07/2008 17:18
Re: Problem with filter ranges

02/07/2008 20:39
Re: Problem with filter ranges

02/07/2008 22:04
Re: Problem with filter ranges

02/08/2008 01:19
Re: Problem with filter ranges

02/08/2008 03:47
Re: Problem with filter ranges

02/08/2008 05:12
Re: Problem with filter ranges

02/08/2008 05:32
Re: Problem with filter ranges

02/08/2008 05:45
Re: Problem with filter ranges

02/08/2008 06:14
Re: Problem with filter ranges

02/08/2008 16:58
Re: Problem with filter ranges

02/12/2008 15:02
Re: Problem with filter ranges

06/25/2011 05:36




6

Created with FORUM 2.0.11