HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: How can I exclude a folder?
Author: Leto
Date: 07/26/2006 01:44
 
> Include: .jpg, .jpeg, .gif, .bmp, .png
> Exclude: Everything else. .html, .shtml, .php, .css,
> .txt, .js, .swf and whatever else there is I can't
> think of.
> Folders: www.site.com/images/ and 4 subfolders deep
> (www.site.com/images/folder1/folder2/folder3/folder4
> )
> 
> I would need the subfolders past '/images/' to be
> variable because there's many folders and they're
> all different names. /images/ is the only common
> denominator.


I should have also asked what order your filters were in because that plays a
big role.  If you have the rule

-*/.thumbnails/*

as last then it will work (at least, it should...).  Looking at your
requirements, the following rules might be want you need.  However this does
assume that all the images and images directories are accessible from your
starting URLs because -* is excluding all other webpages which may contain the
image links.

-*
+*/images/*
+*.jpg +*.jpeg +*.gif +*.bmp +*.png
-*/.thumbnails/*
 
Reply Create subthread


All articles

Subject Author Date
How can I exclude a folder?

07/25/2006 11:38
Re: How can I exclude a folder?

07/26/2006 00:46
Re: How can I exclude a folder?

07/26/2006 01:32
Re: How can I exclude a folder?

07/26/2006 01:44
Re: How can I exclude a folder?

07/26/2006 02:36
Re: How can I exclude a folder?

07/26/2006 05:39




6

Created with FORUM 2.0.11