HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: -near option
Author: Xavier Roche
Date: 12/02/2001 09:41
 
> Just to add to the above, I get this message in the 
> log files:
> file from too far level ignored...
> I think the problem might be in logic in htswizard.c

Hummm.. did you use the 'Maximum mirror depth' option? 
(option r)

This message is displayed when the given depth has 
been reached, and therefore the engine is not 
authorized to crawl deeper. Increase - or disable - 
this option, it'll work!


(quoted from the sources:)
    if (liens[ptr]->depth <= 1) {
      forbidden_url=1;    // interdire récupération du 
lien
      if ((opt->debug>1) && (opt->log!=NULL)) {
        fspc(opt->log,"debug"); fprintf(opt->log,"file 
from too far level ignored at %s : %s"LF,adr,fil);
      }
    }

 
Reply Create subthread


All articles

Subject Author Date
-near option

12/01/2001 21:51
Re: -near option

12/01/2001 22:23
Re: -near option

12/02/2001 09:41
Re: -near option

12/03/2001 15:19
Re: -near option

12/06/2001 12:29
Re: -near option

12/08/2002 14:30
Re: -near option

10/17/2005 12:34




b

Created with FORUM 2.0.11