From c772cde1950da39051141648dc48e9f68a155850 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 10 Jul 2023 12:05:21 -0600 Subject: [PATCH] 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-full.json | 2 +- services.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services-full.json b/services-full.json index e760b81..afdef76 100644 --- a/services-full.json +++ b/services-full.json @@ -162,7 +162,7 @@ }, { "type": "nitter", - "test_url": "/twitter", + "test_url": "/jack/status/20", "fallback": "https://nitter.net", "instances": [ "https://nitter.net", 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",