mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 14:01:13 +00:00
Updated nitter instances
This commit is contained in:
parent
ebaafaaac8
commit
7e5c0a46e1
7
twoot.py
7
twoot.py
|
@ -28,7 +28,7 @@ import re
|
||||||
import shutil
|
import shutil
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import sys
|
import sys
|
||||||
import time
|
import timeit
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from urllib.parse import urlparse, parse_qsl, urlencode, urlunparse, urljoin
|
from urllib.parse import urlparse, parse_qsl, urlencode, urlunparse, urljoin
|
||||||
|
|
||||||
|
@ -44,13 +44,14 @@ HTTPS_REQ_TIMEOUT = 10
|
||||||
|
|
||||||
NITTER_URLS = [
|
NITTER_URLS = [
|
||||||
'https://nitter.lacontrevoie.fr', # rate limited
|
'https://nitter.lacontrevoie.fr', # rate limited
|
||||||
# 'https://twitter.femboy.hu', # 404 on 06/05/2023
|
|
||||||
'https://n.l5.ca',
|
'https://n.l5.ca',
|
||||||
'https://nitter.it', # added 27/02/2023
|
'https://nitter.it', # added 27/02/2023
|
||||||
'https://nitter.grimneko.de', # added 27/02/2023
|
'https://nitter.sethforprivacy.com', # added on 01/06/2023
|
||||||
'https://nitter.cutelab.space', # USA, added 16/02/2023
|
'https://nitter.cutelab.space', # USA, added 16/02/2023
|
||||||
'https://nitter.fly.dev', # anycast, added 06/02/2023
|
'https://nitter.fly.dev', # anycast, added 06/02/2023
|
||||||
'https://notabird.site', # anycast, added 06/02/2023
|
'https://notabird.site', # anycast, added 06/02/2023
|
||||||
|
# 'https://twitter.femboy.hu', # 404 on 06/05/2023
|
||||||
|
# 'https://nitter.grimneko.de', # 404 on 01/06/2023
|
||||||
# 'https://nitter.namazso.eu', # lots of 403 27/02/2023
|
# 'https://nitter.namazso.eu', # lots of 403 27/02/2023
|
||||||
# 'https://twitter.beparanoid.de', # moved 27/022023
|
# 'https://twitter.beparanoid.de', # moved 27/022023
|
||||||
# 'https://nitter.fdn.fr', # not updated, rate limited, removed 06/02/2023
|
# 'https://nitter.fdn.fr', # not updated, rate limited, removed 06/02/2023
|
||||||
|
|
Loading…
Reference in New Issue
Block a user