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.
This commit is contained in:
Ben Busby 2023-07-10 12:05:21 -06:00
parent ca15b2e5df
commit c772cde195
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@
}, },
{ {
"type": "nitter", "type": "nitter",
"test_url": "/twitter", "test_url": "/jack/status/20",
"fallback": "https://nitter.net", "fallback": "https://nitter.net",
"instances": [ "instances": [
"https://nitter.net", "https://nitter.net",

View file

@ -137,7 +137,7 @@
}, },
{ {
"type": "nitter", "type": "nitter",
"test_url": "/twitter", "test_url": "/jack/status/20",
"fallback": "https://nitter.net", "fallback": "https://nitter.net",
"instances": [ "instances": [
"https://nitter.net", "https://nitter.net",