summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar klea2026-05-17 13:42:17 +0000
committerGravatar klea2026-05-17 13:42:17 +0000
commitdef700378b64721844b8193936023c1ea2e4b286 (patch)
treebf02b8e6e5bae6315d7743790b81a1d207db2f53
parentwikibot-manual(archivebot): Update in bulk (diff)
signature
wikibot-manual(ab): add transfer.archivete.am to whitelist
-rw-r--r--wikibot-manual/archivebot.py2
1 files changed, 1 insertions, 1 deletions
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