From 48a1dde27ab7105e2f254ae0562462447c3633b1 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 11 Jul 2022 19:27:07 +0100 Subject: [PATCH] Document url-rate-limited Introduced in: dcdc64e8 ("Turn status code 429 into warning instead of failure", 2020-03-25) --- doc/src/man/linkcheckerrc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/man/linkcheckerrc.rst b/doc/src/man/linkcheckerrc.rst index f8011307..be8c4f39 100644 --- a/doc/src/man/linkcheckerrc.rst +++ b/doc/src/man/linkcheckerrc.rst @@ -574,6 +574,8 @@ file entry: Could not get the content of the URL. **url-obfuscated-ip** The IP is obfuscated. +**url-rate-limited** + Too many HTTP requests. **url-whitespace** The URL contains leading or trailing whitespace.