mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
Remove 9GAG as all usernames are reported as available.
This commit is contained in:
parent
c1a05c314f
commit
dec49cda87
3 changed files with 23 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue