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.
pull/624/head
Christopher K. Hoadley 5 years ago
parent c8fdc3e923
commit 76193fd0b8

@ -65,6 +65,14 @@
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "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": { "EVE Online": {
"errorType": "response_url", "errorType": "response_url",
"errorUrl": "https://eveonline.com", "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. 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 ## AdobeForums
As of 2020-04-12, all usernames are reported as available. As of 2020-04-12, all usernames are reported as available.

@ -388,14 +388,6 @@
"username_claimed": "example", "username_claimed": "example",
"username_unclaimed": "noonewouldeverusethis7" "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": { "Contently": {
"errorMsg": "We can't find that page!", "errorMsg": "We can't find that page!",
"errorType": "message", "errorType": "message",

Loading…
Cancel
Save