HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Run httrack in perl with cron
Author: Xavier Roche
Date: 07/11/2002 22:19
 
> So By setting this option, -m1000000M50000000nN4q, quiet 
> mode is on, right?
Absolutely - I didn't see the q

> Another question, is it possible to just parse through 
all 
> html and text in a website, saving all jpg and jpeg files 
> into my hraddisk, without those html files?
Hum, 
Expert options:
  pN priority mode: (* p3) (--priority[=N])
      0 just scan, don't save anything (for checking links)
      1 save only html files
      2 save only non html files
     *3 save all files
      7 get html files before, then treat other files

Therefore, you should try the '-p2' option.

(or do a:
find /yourdirectory -type f -name "*.html" -exec rm {} \;
after the mirror)
 
Reply Create subthread


All articles

Subject Author Date
Run httrack in perl with cron

07/11/2002 11:39
Re: Run httrack in perl with cron

07/11/2002 19:58
Re: Run httrack in perl with cron

07/11/2002 21:32
Re: Run httrack in perl with cron

07/11/2002 21:43
Re: Run httrack in perl with cron

07/11/2002 22:05
Re: Run httrack in perl with cron

07/11/2002 22:19
Re: Run httrack in perl with cron

07/12/2002 21:49




8

Created with FORUM 2.0.11