Strange terminal output for -q --show-progress with WARC options

Paul Trafford <[email protected]> Fri, 6 Dec 2024 14:20:46 +0000
Newsgroups gmane.comp.web.wget.general
Message-ID <[email protected]>
Hello,

I've just joined the list to report some strange terminal output when 
running Wget in 'quiet' mode along with --show-progress and WARC options.

When using Wget 1.21.2 or 1.25, the output (first two lines shown) is as 
expected, e.g.

$ wget -q -p --show-progress https://www.gnu.org/software/wget/
www.gnu.org/software/wget 100%[====================================>]  
11.25K 54.7KB/s    in 0.2s
www.gnu.org/robots.txt 100%[====================================>]   
1.17K --.-KB/s    in 0s

However, if I add --warc-cdx and --warc-file options, the progress bar 
goes awry, e.g., with Wget 1.25:

$ wget -q -p --show-progress --warc-cdx --warc-file=gnuwget.warc 
https://www.gnu.org/software/wget/

      0K .......... . 100%  143K=0.08s

This is on Ubuntu 22.04.

Is this expected? Am I missing something? Or is this an issue?

Regards,

Paul Trafford