HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Downloading JPG only
Author: Marcus Sundman
Date: 02/08/2008 06:28
 
> > How do I set the program to download only JPEG's? 
> > I don't need all the other files?> 
> You need the html so it can find the jpegs
> filter:
> -* +*.htm +*.jpg +*.jpeg +*.html +*.asp +*.jsp
> +*.cgi

The *.html should already be covered by *.htm (since the latter doesn't have
an *[] at the end). To further prevent unknown files containing substrings
".jpg" or ".jpeg" you can add *[] to the end of them. And you probably want to
add *.php since that's so common.
So, here is my take:

-* +*.htm +*.asp +*.jsp +*.cgi +*.php +*.jpg*[] +*.jpeg*[]
 
Reply Create subthread


All articles

Subject Author Date
Downloading JPG only

02/07/2008 19:50
Re: Downloading JPG only

02/07/2008 21:50
Re: Downloading JPG only

02/08/2008 06:28
Re: Downloading JPG only

02/08/2008 14:19
Re: Downloading JPG only

02/13/2008 02:09
Re: Downloading JPG only

02/13/2008 02:41




7

Created with FORUM 2.0.11