From a0ec99175bb20e6e03702ea2a8a333a5caa1e3b8 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:11:24 +0000 Subject: [PATCH] add nitter instances to config file --- config/example.default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/example.default.json b/config/example.default.json index 60142ad..a177a95 100644 --- a/config/example.default.json +++ b/config/example.default.json @@ -16,5 +16,12 @@ "feed": { "useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 13.4; rv:109.0) Gecko/20100101 Firefox/114.0", "body_max_chars": "200" + }, + "twitter": { + "nitter_instances": [ + "nitter.1d4.us", + "nitter.it", + "nitter.pufe.org" + ] } } \ No newline at end of file