mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Remove ColourLovers as all usernames show as claimed.
There is an API available (https://www.colourlovers.com/api/), but when there is no match it returns an empty file. So, changes would have to happen before the lack of a response could be used to detect.
This commit is contained in:
parent
c8fdc3e923
commit
76193fd0b8
3 changed files with 27 additions and 8 deletions
|
@ -65,6 +65,14 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"ColourLovers": {
|
||||
"errorType": "status_code",
|
||||
"rank": 21271,
|
||||
"url": "https://www.colourlovers.com/lover/{}",
|
||||
"urlMain": "https://www.colourlovers.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"EVE Online": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://eveonline.com",
|
||||
|
|
|
@ -6,6 +6,25 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## ColourLovers
|
||||
|
||||
As of 2020-05-24, all usernames are reported as claimed.
|
||||
|
||||
There is an API available (https://www.colourlovers.com/api/), but when
|
||||
there is no match it returns an empty file. So, changes would have to
|
||||
happen before the lack of a response could be used to detect.
|
||||
|
||||
```
|
||||
"ColourLovers": {
|
||||
"errorType": "status_code",
|
||||
"rank": 21271,
|
||||
"url": "https://www.colourlovers.com/lover/{}",
|
||||
"urlMain": "https://www.colourlovers.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## AdobeForums
|
||||
|
||||
As of 2020-04-12, all usernames are reported as available.
|
||||
|
|
|
@ -388,14 +388,6 @@
|
|||
"username_claimed": "example",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"ColourLovers": {
|
||||
"errorType": "status_code",
|
||||
"rank": 21271,
|
||||
"url": "https://www.colourlovers.com/lover/{}",
|
||||
"urlMain": "https://www.colourlovers.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Contently": {
|
||||
"errorMsg": "We can't find that page!",
|
||||
"errorType": "message",
|
||||
|
|
Loading…
Reference in a new issue