HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: What options should I use to only get HTML files?
Author: Xavier Roche
Date: 11/09/2013 17:06
 
> httrack <http://www.example.com/> -O "example"
> "+*.example.com/*" -v -i
> I don't know how to restrict it to HTML though.

The problem is that httrack only allows to filter based on link names, nit
really on the MIME type, because it would require to check every single
links.

In your case, I would probably try something like!

-* +*.example.com/*/ +*.example.com/*/*.html +*.example.com/*/*.php
+*.example.com/*/*.htm

(assuming links ending with / or .html etc. are html)
 
Reply Create subthread


All articles

Subject Author Date
What options should I use to only get HTML files?

11/06/2013 14:55
Re: What options should I use to only get HTML files?

11/09/2013 17:06




f

Created with FORUM 2.0.11