Skip to content

Commit

Permalink
Remove ColourLovers as all usernames show as claimed.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hoadlck committed May 25, 2020
1 parent c8fdc3e commit 76193fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
8 changes: 8 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 19 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76193fd

Please sign in to comment.