HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Download only zip files from specific urls
Author: William Roeder
Date: 03/07/2009 15:59
 
> I would like to download all the wordpress templates
> from the following url
> <http://www.eblogtemplates.com/templates/wordpress-th>
> emes/

> So I included the following filters for downloading
> 
> -*.png -*.gif -*.jpg -*.css -*.js
> -ad.doubleclick.net/* -mime:application/foobar
> -*[name].http://www.eblogtemplates.com/*
> +*[name].http://www.eblogtemplates.com/*[name]-wordp
> ress*[name]/*
> +*[name].http://www.eblogtemplates.com/download/*[na
> me].zip
> +*.zip 

Don't include http: in the filters.  Don't include site names unless
necessary.

> -*[name].http://www.eblogtemplates.com/*
There is no site on the internet that starts with .http (leading dot) so none
of your filters work.

Try:
-*
+/*[name]-wordpress*
+/download/*
+*.zip
 
Reply Create subthread


All articles

Subject Author Date
Download only zip files from specific urls

03/06/2009 18:38
Re: Download only zip files from specific urls

03/07/2009 15:59
Download Files from Dynamic urls

12/09/2016 04:23
Re: Download only zip files from specific urls

03/12/2009 08:34
Re: Download only zip files from specific urls

03/12/2009 13:40
Re: Download only zip files from specific urls

03/03/2015 13:36




c

Created with FORUM 2.0.11