Skip to content

Commit f4622b3

Browse files
Re-enable Codementor site detection and update documentation
1 parent f32f4ff commit f4622b3

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

docs/removed-sites.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,6 @@ As of 2019-12-31, all usernames are reported as existing.
176176
},
177177
```
178178

179-
## Codementor
180-
181-
As of 2019-12-31, usernames that exist are not detected.
182-
183-
```json
184-
"Codementor": {
185-
"errorType": "status_code",
186-
"rank": 10252,
187-
"url": "https://www.codementor.io/@{}",
188-
"urlMain": "https://www.codementor.io/",
189-
"username_claimed": "blue",
190-
"username_unclaimed": "noonewouldeverusethis7"
191-
},
192-
```
193-
194179
## KiwiFarms
195180

196181
As of 2019-12-31, the site gives a 403 for all usernames. You have to

sherlock_project/resources/data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@
485485
"urlProbe": "https://codeforces.com/api/user.info?handles={}",
486486
"username_claimed": "tourist"
487487
},
488+
"Codementor": {
489+
"errorType": "status_code",
490+
"url": "https://www.codementor.io/@{}",
491+
"urlMain": "https://www.codementor.io/",
492+
"username_claimed": "blue"
493+
},
488494
"Codepen": {
489495
"errorType": "status_code",
490496
"url": "https://codepen.io/{}",

0 commit comments

Comments
 (0)