mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Remove Furaffinity. Usernames that don't exist are detected.
This commit is contained in:
parent
76f4baa297
commit
fbbcfb71c7
2 changed files with 16 additions and 9 deletions
|
@ -473,15 +473,6 @@
|
|||
"username_claimed": "dens",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Furaffinity": {
|
||||
"errorMsg": "Fatal system error",
|
||||
"errorType": "message",
|
||||
"rank": 4278,
|
||||
"url": "https://www.furaffinity.net/user/{}",
|
||||
"urlMain": "https://www.furaffinity.net",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Giphy": {
|
||||
"errorType": "status_code",
|
||||
"rank": 405,
|
||||
|
|
|
@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## Furaffinity
|
||||
|
||||
Usernames that don't exist are detected.
|
||||
|
||||
```
|
||||
"Furaffinity": {
|
||||
"errorMsg": "Fatal system error",
|
||||
"errorType": "message",
|
||||
"rank": 4278,
|
||||
"url": "https://www.furaffinity.net/user/{}",
|
||||
"urlMain": "https://www.furaffinity.net",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Duolingo
|
||||
|
||||
Usernames that don't exist are detected.
|
||||
|
|
Loading…
Reference in a new issue