John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/265442

Change subject: Remove old unneeded URL exclusion rules
......................................................................

Remove old unneeded URL exclusion rules

No problems are experienced now accessing these URLs.

Bug: T124015
Change-Id: I1f33969058fc67f8437f2f92325faba636a9c81c
---
M scripts/weblinkchecker.py
1 file changed, 3 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/42/265442/1

diff --git a/scripts/weblinkchecker.py b/scripts/weblinkchecker.py
index d1f0834..7aa40b0 100755
--- a/scripts/weblinkchecker.py
+++ b/scripts/weblinkchecker.py
@@ -162,19 +162,13 @@
 
     # Other special cases
     # bot somehow can't handle their redirects:
+    # TODO: T124140
     re.compile(r'.*[\./@]gso\.gbv\.de(/.*)?'),
+
     re.compile(r'.*[\./@]berlinonline\.de(/.*)?'),
     # above entry to be manually fixed per request at 
[[de:Benutzer:BLueFiSH.as/BZ]]
     # bot can't handle their redirects:
-    re.compile(r'.*[\./@]bodo\.kommune\.no(/.*)?'),
-    re.compile(r'.*[\./@]jpl\.nasa\.gov(/.*)?'),  # bot rejected on the site
-    re.compile(r'.*[\./@]itis\.gov(/.*)?'),  # bot rejected on the site
-    re.compile(r'.*[\./@]cev\.lu(/.*)?'),  # bot rejected on the site
-    # very slow response resulting in bot error:
-    re.compile(r'.*[\./@]science\.ksc\.nasa\.gov(/.*)?'),
-    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(/.*)?'),
 ]

-- 
To view, visit https://gerrit.wikimedia.org/r/265442
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f33969058fc67f8437f2f92325faba636a9c81c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to