diff options
| author | Ben Busby <contact@benbusby.com> | 2023-07-10 12:05:21 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-07-10 12:05:21 -0600 |
| commit | c772cde1950da39051141648dc48e9f68a155850 (patch) | |
| tree | cc0ceed30e6c672a108989ad3c36416ca6d63a75 /services-full.json | |
| parent | ca15b2e5df25298ed0148778e1f3c74c3184ca2a (diff) | |
| download | farside-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.
Diffstat (limited to 'services-full.json')
| -rw-r--r-- | services-full.json | 2 |
1 files changed, 1 insertions, 1 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", |
