Skip to content

Commit

Permalink
removed Creative Market
Browse files Browse the repository at this point in the history
Creative Market was removed because it now has a captcha
  • Loading branch information
sdushantha committed Jun 20, 2020
1 parent 59da92b commit 89a9503
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 17 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,3 +680,20 @@ for Sherlock to check for usernames on this particular website.
"username_unclaimed": "noonewouldeverusethis"
},
```

## Creative Market

As of 2020-06-20, Creative Market has a captcha to prove that you are a human, and because of this
Sherlock is unable to check for username on this site because we will always get a page which asks
us to prove that we are not a robot.

```
"CreativeMarket": {
"errorType": "status_code",
"rank": 1896,
"url": "https://creativemarket.com/users/{}",
"urlMain": "https://creativemarket.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
9 changes: 0 additions & 9 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"CreativeMarket": {
"errorType": "response_url",
"errorUrl": "https://www.creativemarket.com/",
"rank": 1896,
"url": "https://creativemarket.com/users/{}",
"urlMain": "https://creativemarket.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Crevado": {
"errorType": "status_code",
"rank": 200626,
Expand Down

0 comments on commit 89a9503

Please sign in to comment.