Remove Duolingo. Usernames that don't exist are detected.

pull/342/head
Christopher K. Hoadley 5 years ago
parent 374da28880
commit 78d4189609

@ -380,16 +380,6 @@
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "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": { "Ebay": {
"errorMsg": "The User ID you entered was not found", "errorMsg": "The User ID you entered was not found",
"errorType": "message", "errorType": "message",

@ -6,9 +6,26 @@ They are listed here in the hope that things may change in the future
so they may be re-included. 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 ## EVE Online
Usernames that exists are not detected. Usernames that exist are not detected.
``` ```
"EVE Online": { "EVE Online": {
@ -24,7 +41,7 @@ Usernames that exists are not detected.
## AngelList ## AngelList
Username that exists is not detected. Usernames that exist are not detected.
``` ```
"AngelList": { "AngelList": {
@ -39,7 +56,7 @@ Username that exists is not detected.
## Codepen ## Codepen
Username that exists is not detected. Usernames that exist are not detected.
``` ```
"Codepen": { "Codepen": {

Loading…
Cancel
Save