From c772cde1950da39051141648dc48e9f68a155850 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 10 Jul 2023 12:05:21 -0600 Subject: Update nitter instance test URL Profiles without any tweets still return a 200, whereas looking for a specific tweet will return a 404 (or other error code) if the instance isn't able to fetch the tweet. --- services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services.json') diff --git a/services.json b/services.json index 22eb08e..04281db 100644 --- a/services.json +++ b/services.json @@ -137,7 +137,7 @@ }, { "type": "nitter", - "test_url": "/twitter", + "test_url": "/jack/status/20", "fallback": "https://nitter.net", "instances": [ "https://nitter.net", -- cgit v1.2.3