mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
New instance list
This commit is contained in:
parent
189c37272a
commit
a4d5686308
9
twoot.py
9
twoot.py
|
@ -68,9 +68,12 @@ def build_config(args):
|
||||||
# Default options
|
# Default options
|
||||||
options = {
|
options = {
|
||||||
'nitter_instances': [
|
'nitter_instances': [
|
||||||
'nitter.lacontrevoie.fr',
|
'nitter.poast.org', # added 25/08/2023
|
||||||
'nitter.weiler.rocks', # added 15/06/2023
|
'nitter.cz', # added 25/08/2023
|
||||||
'nitter.nl', # added 16/06/2023
|
'nitter.privacydev.net', # added 25/08/2023
|
||||||
|
'nitter.d420.de', # added 25/08/2023
|
||||||
|
'nitter.nicfab.eu', # added 25/08/2023
|
||||||
|
'nitter.salastil.com' # added 25/08/2023
|
||||||
],
|
],
|
||||||
'upload_videos': False,
|
'upload_videos': False,
|
||||||
'post_reply_to': False,
|
'post_reply_to': False,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user