[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] An option to save error pages
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] An option to save error pages |
Date: |
Sun, 24 Mar 2013 14:12:40 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
it is part of wget 1.14, and it seems to work as expected here:
$ wget -O- -q http://www.gnu.org/not_here.html | wc -c
0
$ wget --content-on-error -O- -q http://www.gnu.org/not_here.html | wc -c
7735
What problem are you having with it?
"CCC DDD" <address@hidden> writes:
> What version of wget is that on? I can't find any mention of it in the
> manual, and it doesn't appear to work on 1.14
>
>
>
> ----- Original Message -----
>
> From: Giuseppe Scrivano
>
> Sent: 03/23/13 06:49 PM
>
> To: CCC DDD
>
> Subject: Re: [Bug-wget] An option to save error pages
>
>
>
> "CCC DDD" <address@hidden> writes:
>
> > An option for wget to download content after non-200 HTTP code would be
> very useful.
>
> Does --content-on-error solve your problem?
>
> --
> Giuseppe
>
>
>
--
Giuseppe