jenkins-bot has submitted this change and it was merged.
Change subject: Exclude web.archive.org from weblinkchecker.py ......................................................................
Exclude web.archive.org from weblinkchecker.py
Bug: T56551 Change-Id: Ie2e67ab29361f29129d745e5145f8eefebb4ca25 --- M scripts/weblinkchecker.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/weblinkchecker.py b/scripts/weblinkchecker.py index 5bd54da..f39afdd 100755 --- a/scripts/weblinkchecker.py +++ b/scripts/weblinkchecker.py @@ -175,6 +175,8 @@ re.compile(r'.*[./@]britannica.com(/.*)?'), # HTTP redirect loop # bot rejected on the site: re.compile(r'.*[./@]quickfacts.census.gov(/.*)?'), + # bot rejected on the site, already archived + re.compile(r'.*[./@]web.archive.org(/.*)?'), ]
pywikibot-commits@lists.wikimedia.org