| 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)
| |
|
|
|
|
f
Created with FORUM 2.0.11