Skip to content

Commit

Permalink
Removed Khan Academy. Usernames that don't exist are detected. First …
Browse files Browse the repository at this point in the history
…noticed 2019-10-25.
  • Loading branch information
hoadlck committed Oct 26, 2019
1 parent 7086eab commit d0bfc39
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,14 +679,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Khan Academy": {
"errorType": "status_code",
"rank": 377,
"url": "https://www.khanacademy.org/profile/{}",
"urlMain": "https://www.khanacademy.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Kik": {
"errorMsg": "The page you requested was not found",
"errorType": "message",
Expand Down
8 changes: 8 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Khan Academy": {
"errorType": "status_code",
"rank": 377,
"url": "https://www.khanacademy.org/profile/{}",
"urlMain": "https://www.khanacademy.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"linkedin.com": {
"errorMsg": "This profile is not available",
"errorType": "message",
Expand Down
15 changes: 15 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
so they may be re-included.


## Khan Academy

Usernames that don't exist are detected. First noticed 2019-10-25.

```
"Khan Academy": {
"errorType": "status_code",
"rank": 377,
"url": "https://www.khanacademy.org/profile/{}",
"urlMain": "https://www.khanacademy.org/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## PayPal

Usernames that don't exist are detected.
Expand Down

0 comments on commit d0bfc39

Please sign in to comment.