From def700378b64721844b8193936023c1ea2e4b286 Mon Sep 17 00:00:00 2001 From: klea Date: Sun, 17 May 2026 13:42:17 +0000 Subject: wikibot-manual(ab): add transfer.archivete.am to whitelist --- wikibot-manual/archivebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikibot-manual/archivebot.py b/wikibot-manual/archivebot.py index ae8d656..c592c18 100644 --- a/wikibot-manual/archivebot.py +++ b/wikibot-manual/archivebot.py @@ -90,7 +90,7 @@ def parselistline(line): url = url + '/' line = url + (' | label = ' + label if label else '') + (' | note = ' + note if note else '') sorturl = truncationpattern.sub('', url).lower() - for domain in ('transfer.sh', 'transfer.kiska.pw', 'transfer.notkiska.pw', 'ix.io'): + for domain in ('transfer.sh', 'transfer.kiska.pw', 'transfer.archivete.am', 'transfer.notkiska.pw', 'ix.io'): if domain == 'ix.io' and '+' not in sorturl: # Only apply this stripping to the undocumented trick URLs of format ix.io/code+/filename continue -- cgit v1.3.1-10-gc9f91