From b44033d8ce72265396bba5cbf3ee1afb4d528dc7 Mon Sep 17 00:00:00 2001 From: jeancf Date: Mon, 6 Feb 2023 21:50:31 +0100 Subject: [PATCH] Change nitter line-up --- twoot.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/twoot.py b/twoot.py index c48eb26..c017b2b 100755 --- a/twoot.py +++ b/twoot.py @@ -43,12 +43,15 @@ MAX_REC_COUNT = 50 HTTPS_REQ_TIMEOUT = 10 NITTER_URLS = [ - 'https://nitter.lacontrevoie.fr', + 'https://nitter.lacontrevoie.fr', # rate limited 'https://nitter.privacydev.net', - 'https://nitter.fdn.fr', 'https://nitter.namazso.eu', 'https://twitter.beparanoid.de', 'https://n.l5.ca', + 'https://nitter.privacydev.net', # USA, added 06/02/2023 + 'https://nitter.fly.dev', # anycast, added 06/02/2023 + 'https://notabird.site', # anycast, added 06/02/2023 +# 'https://nitter.fdn.fr', # not updated, rate limited, removed 06/02/2023 # 'https://nitter.hu', ]