mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
Remove Fanpop. All usernames are reported as not existing.
This commit is contained in:
parent
8e86859fc3
commit
046cd68c04
3 changed files with 25 additions and 9 deletions
|
@ -2125,15 +2125,6 @@
|
|||
"username_claimed": "red",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"fanpop": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "http://www.fanpop.com/",
|
||||
"rank": 9454,
|
||||
"url": "http://www.fanpop.com/fans/{}",
|
||||
"urlMain": "http://www.fanpop.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewould_everusethis7"
|
||||
},
|
||||
"fixya": {
|
||||
"errorType": "status_code",
|
||||
"rank": 4003,
|
||||
|
|
|
@ -57,6 +57,15 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"fanpop": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "http://www.fanpop.com/",
|
||||
"rank": 9454,
|
||||
"url": "http://www.fanpop.com/fans/{}",
|
||||
"urlMain": "http://www.fanpop.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewould_everusethis7"
|
||||
},
|
||||
"Fotolog": {
|
||||
"errorType": "status_code",
|
||||
"rank": 47777,
|
||||
|
|
|
@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## Fanpop
|
||||
|
||||
As of 2020-02-23, all usernames are reported as not existing.
|
||||
|
||||
```
|
||||
"fanpop": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "http://www.fanpop.com/",
|
||||
"rank": 9454,
|
||||
"url": "http://www.fanpop.com/fans/{}",
|
||||
"urlMain": "http://www.fanpop.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewould_everusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Canva
|
||||
|
||||
As of 2020-02-23, all usernames are reported as not existing.
|
||||
|
|
Loading…
Reference in a new issue