summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2023-07-10 12:05:21 -0600
committerBen Busby <contact@benbusby.com>2023-07-10 12:05:21 -0600
commitc772cde1950da39051141648dc48e9f68a155850 (patch)
treecc0ceed30e6c672a108989ad3c36416ca6d63a75
parentca15b2e5df25298ed0148778e1f3c74c3184ca2a (diff)
downloadfarside-c772cde1950da39051141648dc48e9f68a155850.tar.gz
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.
-rw-r--r--services-full.json2
-rw-r--r--services.json2
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",