HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: httrack (command line): File Sizes, Screen For
Author: hmpf
Date: 06/16/2008 19:21
 
Hi,

thanks for your answer.

Trying 
+*.jpg "-*.jpg[^< 10]" 
gives (as output of httrack with "-v" after starting):
+*.jpg -*.jpg[^< 10]
and downloads all jpg´s.

Trying 
+*.jpg -*.jpg[^< 10] 
results in:
-*.jpg[< 10]
and does the same.

Trying 
+*.jpg -*.jpg[^<10] 
gives with -v the same as with my original approach 
+*.jpg "-*.jpg[<10]" 
as httrack-output, which looks correctly:
+*.jpg -*.jpg[<10]
but also downloads all jpg´s.

Trying:
+*.jpg[^>10]
looks correctly as -v - output of httrack:
+*.jpg[>10]
but does not download any jpg´s.

And
+*.jpg[^> 10]
gives:
+*.jpg[> 10]
and does not download jpg´s.

I also tried directly from the command prompt (without batch):
httrack url -*.jpg +*.jpg[>10] -v -%v1 -N5
it creates a file 10] ... so i tried 
httrack url -*.jpg +*.jpg[^>10] -v -%v1 -N5
and 
httrack url -*.jpg "+*.jpg[>10]" -v -%v1 -N5
which both again displayed the desired output with -v:
httrack url -*.jpg +*.jpg[>10] -v -%v1 -N5
but which both again did not download any jpg´s.....

Same with Ver.3.32. (which at least asks if i want to quit/interrupt/cancel
after pressing ctrl-c which 3.42 does not :-) ).

=> ?!?? :-)
 
Reply Create subthread


All articles

Subject Author Date
httrack (command line): File Sizes, Screen Formatt

06/16/2008 03:20
Re: httrack (command line): File Sizes, Screen For

06/16/2008 14:27
Re: httrack (command line): File Sizes, Screen For

06/16/2008 19:21
Re: httrack (command line): File Sizes, Screen For

06/19/2008 07:26




f

Created with FORUM 2.0.11