mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
Remove EVE Online. Usernames that exists are not detected.
This commit is contained in:
parent
64ff416299
commit
995e1085d0
2 changed files with 16 additions and 9 deletions
|
@ -389,15 +389,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewoulduse"
|
||||
},
|
||||
"EVE Online": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://eveonline.com",
|
||||
"rank": 15347,
|
||||
"url": "https://evewho.com/pilot/{}/",
|
||||
"urlMain": "https://eveonline.com",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Ebay": {
|
||||
"errorMsg": "The User ID you entered was not found",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## EVE Online
|
||||
|
||||
Usernames that exists are not detected.
|
||||
|
||||
```
|
||||
"EVE Online": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://eveonline.com",
|
||||
"rank": 15347,
|
||||
"url": "https://evewho.com/pilot/{}/",
|
||||
"urlMain": "https://eveonline.com",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## AngelList
|
||||
|
||||
Username that exists is not detected.
|
||||
|
|
Loading…
Reference in a new issue