mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 04:21:13 +00:00
Change nitter line-up
This commit is contained in:
parent
341ba582c2
commit
b44033d8ce
7
twoot.py
7
twoot.py
|
@ -43,12 +43,15 @@ MAX_REC_COUNT = 50
|
||||||
HTTPS_REQ_TIMEOUT = 10
|
HTTPS_REQ_TIMEOUT = 10
|
||||||
|
|
||||||
NITTER_URLS = [
|
NITTER_URLS = [
|
||||||
'https://nitter.lacontrevoie.fr',
|
'https://nitter.lacontrevoie.fr', # rate limited
|
||||||
'https://nitter.privacydev.net',
|
'https://nitter.privacydev.net',
|
||||||
'https://nitter.fdn.fr',
|
|
||||||
'https://nitter.namazso.eu',
|
'https://nitter.namazso.eu',
|
||||||
'https://twitter.beparanoid.de',
|
'https://twitter.beparanoid.de',
|
||||||
'https://n.l5.ca',
|
'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',
|
# 'https://nitter.hu',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user