removed Facenama

pull/1252/head
Siddharth Dushantha 2 years ago
parent 8414ce4d66
commit 6dc16c6153

@ -651,5 +651,14 @@
"urlMain": "https://plug.dj/",
"username_claimed": "plug-dj-rock",
"username_unclaimed": "noonewouldeverusethis7"
},
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
}
}

@ -1264,3 +1264,18 @@ As of 2021-12-02, plug.dj is returning false positives because the service is do
"username_unclaimed": "noonewouldeverusethis7"
}
```
## Facenama
As of 2022-02-6, Facenama seems to be down their rebuilding their site
```
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
},
```

@ -586,15 +586,6 @@
"username_claimed": "hackerman",
"username_unclaimed": "noonewouldeverusethis7"
},
"Facenama": {
"errorType": "response_url",
"errorUrl": "https://facenama.com/404.html",
"regexCheck": "^[-a-zA-Z0-9_]+$",
"url": "https://facenama.com/{}",
"urlMain": "https://facenama.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
},
"FanCentro": {
"errorMsg": "var environment",
"errorType": "message",

Loading…
Cancel
Save