HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: How to filter URL that is not contain word?
Author: Jacob
Date: 04/22/2017 05:19
 
I think by excluding everything except for console, you prevent it from looking
in <http://example.dev/current/components/>, so there is no way for it to find
<http://example.dev/current/components/console>. 

Maybe instead of completely excluding everything, just exclude files, not
paths, that do not include console. I think you can do this by using the
wildcard *[file], which I think does not include paths/directories.

So I think the filters should look like this: -*[file] +*console*

I am not sure if this will work though; please let me know if it does or
doesn't! I am still trying to get a better understanding of how HTTrack works,
so I might be way off.
 
Reply Create subthread


All articles

Subject Author Date
How to filter URL that is not contain word?

04/21/2017 10:26
Re: How to filter URL that is not contain word?

04/22/2017 05:19
Re: How to filter URL that is not contain word?

04/22/2017 06:29
Re: How to filter URL that is not contain word?

04/22/2017 06:51
Re: How to filter URL that is not contain word?

01/14/2018 10:36




4

Created with FORUM 2.0.11