Remove 9GAG as all usernames are reported as available.

pull/624/head
Christopher K. Hoadley 5 years ago
parent c1a05c314f
commit dec49cda87

@ -1,4 +1,12 @@
{
"9GAG": {
"errorType": "status_code",
"rank": 389,
"url": "https://9gag.com/u/{}",
"urlMain": "https://9gag.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"AdobeForums": {
"errorType": "status_code",
"rank": 59,

@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
so they may be re-included.
## 9GAG
As of 2020-05-25, all usernames are reported as available.
```
"9GAG": {
"errorType": "status_code",
"rank": 389,
"url": "https://9gag.com/u/{}",
"urlMain": "https://9gag.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Investing.com
As of 2020-05-25, all usernames are reported as claimed.

@ -42,14 +42,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"9GAG": {
"errorType": "status_code",
"rank": 389,
"url": "https://9gag.com/u/{}",
"urlMain": "https://9gag.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"About.me": {
"errorType": "status_code",
"rank": 11539,

Loading…
Cancel
Save