HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: File pattern matching
Author: Xavier Roche
Date: 03/15/2002 23:44
 
> I have been trying to use some advanced pattern 
> matching for the files I want.
> I would assume that the pattern +*[0-9]H*[0-9].html 
> would grab the correct files, but it does not seem 
to 
> work.

Try instead:
+*/*[0-9]H*[0-9].html

Because the matching starts at the begining of the 
URL, and therefore 'foo' will nevery match 
www.bar.com/foo.html. But '*/foo.html' will.
 
Reply Create subthread


All articles

Subject Author Date
File pattern matching

03/15/2002 23:04
Re: File pattern matching

03/15/2002 23:44
Re: File pattern matching

03/16/2002 00:09




d

Created with FORUM 2.0.11