bugGNU Wget - Bugs: bug #56992, Support --retry-on-http-error...

 
 

bug #56992: Support --retry-on-http-error ranges

Submitter:  None
Submitted:  Fri 04 Oct 2019 01:11:10 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Sha7 Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  1.20
Operating System:  GNU/Linux Reproducibility:  Every Time
Fixed Release:  None Planned Release:  None
Regression:  None Work Required:  None
Patch Included:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Oct 2019 07:50:47 PM UTC, comment #4: 


original submission:

> It would be practical if wget supported ranges for “--retry-on-http-error” natively, in combination with individual numbers.
>
> Example:
>
> wget example.org --retry-on-http-error=400-600
> wget example.org --retry-on-http-error=400,404-410,429,500-510


(file #47613,

Anonymous
Fri 04 Oct 2019 07:48:30 PM UTC, comment #3: 


comment #1:

> Wget2 has something like --retry-on-http-status (we likely rename that to --retry-on-http-error before the next beta release)
>
>  Specify a comma-separated list of HTTP codes in which Wget2 will retry the download. The elements of the list may contain
>   wildcards. If an HTTP code starts with the character '!' it won't be downloaded. This is useful when trying to download
>   something with exceptions. For example, retry every failed download if error code is not 404:
>
>       wget2 --retry-on-http-status=*,\!404 https://example.com/
>
>   Please keep in mind that "200" is the only forbidden code. If it is included on the status list Wget2 will ignore it. The
>   max. number of download attempts is given by the `--tries` option.
>

Anonymous
Fri 04 Oct 2019 07:46:18 PM UTC, comment #2: 


comment #1:

> Wget2 has something like --retry-on-http-status (we likely rename that to --retry-on-http-error before the next beta release)
>
>  Specify a comma-separated list of HTTP codes in which Wget2 will retry the download. The elements of the list may contain
>   wildcards. If an HTTP code starts with the character '!' it won't be downloaded. This is useful when trying to download
>   something with exceptions. For example, retry every failed download if error code is not 404:
>
>       wget2 --retry-on-http-status=*,\!404 https://example.com/
>
>   Please keep in mind that "200" is the only forbidden code. If it is included on the status list Wget2 will ignore it. The
>   max. number of download attempts is given by the `--tries` option.
>

Anonymous
Fri 04 Oct 2019 03:41:44 PM UTC, comment #1: 

Wget2 has something like --retry-on-http-status (we likely rename that to --retry-on-http-error before the next beta release)

 Specify a comma-separated list of HTTP codes in which Wget2 will retry the download. The elements of the list may contain
  wildcards. If an HTTP code starts with the character '!' it won't be downloaded. This is useful when trying to download
  something with exceptions. For example, retry every failed download if error code is not 404:

      wget2 --retry-on-http-status=*,\!404 https://example.com/

  Please keep in mind that "200" is the only forbidden code. If it is included on the status list Wget2 will ignore it. The
  max. number of download attempts is given by the `--tries` option.

Tim Ruehsen <rockdaboot>
Group administrator
Fri 04 Oct 2019 01:11:10 PM UTC, original submission:  

It would be practical if wget supported ranges for “--retry-on-http-error” natively, in combination with individual numbers.

Example:

wget example.org --retry-on-http-error=400-600
wget example.org --retry-on-http-error=400,404-410,429,500-510

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #47613:  message.txt added by None (188B - text/plain - I see. Thanks alot and thank you for all the great work in wget. (This comment was usually added to the last post, but somehow, I can't see it there. It somehow ended up only quoting it.))
file #47614:  Screenshot-2019-10-4@GNU@Wget@-@Bugs@bug@#56992,@Support@--retry-on-http-error@[Savannah].png added by None (32KiB - image/png - I see. Thanks alot and thank you for all the great work in wget. (This comment was usually added to the last post, but somehow, I can't see it there. It somehow ended up only quoting it.))

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rockdaboot (Posted a comment)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-10-04 None Attached File- Added message.txt, #47613
        Attached File- Added Screenshot-2019-10-4@GNU@Wget@-@Bugs@bug@#56992,@Support@--retry-on-http-error@[Savannah].png, #47614

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code