From a4d56863081a695b2d43bfffa189acfc8543c7fd Mon Sep 17 00:00:00 2001 From: jeancf Date: Fri, 25 Aug 2023 11:00:53 +0200 Subject: [PATCH] New instance list --- twoot.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/twoot.py b/twoot.py index dd42894..570ee31 100755 --- a/twoot.py +++ b/twoot.py @@ -68,9 +68,12 @@ def build_config(args): # Default options options = { 'nitter_instances': [ - 'nitter.lacontrevoie.fr', - 'nitter.weiler.rocks', # added 15/06/2023 - 'nitter.nl', # added 16/06/2023 + 'nitter.poast.org', # added 25/08/2023 + 'nitter.cz', # added 25/08/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, 'post_reply_to': False,