Skip to content

Commit

Permalink
Remove Duolingo. Usernames that don't exist are detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Oct 20, 2019
1 parent 374da28 commit 78d4189
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
10 changes: 0 additions & 10 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,16 +380,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Duolingo": {
"errorType": "response_url",
"errorUrl": "https://www.duolingo.com/errors/404.html",
"rank": 538,
"regexCheck": "^[a-zA-Z0-9_-]{3,16}$",
"url": "https://www.duolingo.com/{}",
"urlMain": "https://www.duolingo.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewoulduse"
},
"Ebay": {
"errorMsg": "The User ID you entered was not found",
"errorType": "message",
Expand Down
23 changes: 20 additions & 3 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,26 @@ They are listed here in the hope that things may change in the future
so they may be re-included.


## Duolingo

Usernames that don't exist are detected.

```
"Duolingo": {
"errorType": "response_url",
"errorUrl": "https://www.duolingo.com/errors/404.html",
"rank": 538,
"regexCheck": "^[a-zA-Z0-9_-]{3,16}$",
"url": "https://www.duolingo.com/{}",
"urlMain": "https://www.duolingo.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewoulduse"
},
```

## EVE Online

Usernames that exists are not detected.
Usernames that exist are not detected.

```
"EVE Online": {
Expand All @@ -24,7 +41,7 @@ Usernames that exists are not detected.

## AngelList

Username that exists is not detected.
Usernames that exist are not detected.

```
"AngelList": {
Expand All @@ -39,7 +56,7 @@ Username that exists is not detected.

## Codepen

Username that exists is not detected.
Usernames that exist are not detected.

```
"Codepen": {
Expand Down

0 comments on commit 78d4189

Please sign in to comment.