mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 14:01:13 +00:00
Merge branch 'nitter'
This commit is contained in:
commit
e32526288f
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