Removed Furaffinity

As of 2020-02-23, Furaffinity returns false postives because they are now using
Cloudflair, which prevents Sherlock from checking if the user
exists or not.
pull/551/head
Siddharth Dushantha 4 years ago
parent 1909160f05
commit dab9117e7f

@ -2179,15 +2179,6 @@
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
"geocaching": {
"errorType": "status_code",
"rank": 9610,

@ -72,6 +72,15 @@
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
"Imgur": {
"errorType": "status_code",
"rank": 74,

@ -340,3 +340,21 @@ As of 2020-02-17, CapFriendly returns fake profile pages for non-existing users,
"username_unclaimed": "noonewouldeverusethis"
},
```
## Furaffinity
As of 2020-02-23, Furaffinity returns false postives because they are now using Cloudflair, which prevents Sherlock from checking if the user
exists or not.
```
"furaffinity": {
"errorMsg": "user cannot be found",
"errorType": "message",
"rank": 0,
"url": "https://www.furaffinity.net/user/{}",
"urlMain": "https://www.furaffinity.net",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis777777"
},
```

Loading…
Cancel
Save