mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Remove gpodder.net as all usernames are reported as available.
The server is returning a HTTP Status 500 (Internal server error) for all queries.
This commit is contained in:
parent
003b6b22bf
commit
d40f88e3f6
3 changed files with 26 additions and 8 deletions
|
@ -122,6 +122,14 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis777777"
|
"username_unclaimed": "noonewouldeverusethis777777"
|
||||||
},
|
},
|
||||||
|
"gpodder.net": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"rank": 2013984,
|
||||||
|
"url": "https://gpodder.net/user/{}",
|
||||||
|
"urlMain": "https://gpodder.net/",
|
||||||
|
"username_claimed": "blue",
|
||||||
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
"Imgur": {
|
"Imgur": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"rank": 74,
|
"rank": 74,
|
||||||
|
|
|
@ -6,6 +6,24 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
|
## gpodder.net
|
||||||
|
|
||||||
|
As of 2020-05-25, all usernames are reported as available.
|
||||||
|
|
||||||
|
The server is returning a HTTP Status 500 (Internal server error)
|
||||||
|
for all queries.
|
||||||
|
|
||||||
|
```
|
||||||
|
"gpodder.net": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"rank": 2013984,
|
||||||
|
"url": "https://gpodder.net/user/{}",
|
||||||
|
"urlMain": "https://gpodder.net/",
|
||||||
|
"username_claimed": "blue",
|
||||||
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
## Raidforums
|
## Raidforums
|
||||||
|
|
||||||
As of 2020-05-25, all usernames are reported as claimed.
|
As of 2020-05-25, all usernames are reported as claimed.
|
||||||
|
|
|
@ -2145,14 +2145,6 @@
|
||||||
"username_claimed": "Test",
|
"username_claimed": "Test",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"username_unclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"gpodder.net": {
|
|
||||||
"errorType": "status_code",
|
|
||||||
"rank": 2013984,
|
|
||||||
"url": "https://gpodder.net/user/{}",
|
|
||||||
"urlMain": "https://gpodder.net/",
|
|
||||||
"username_claimed": "blue",
|
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
|
||||||
},
|
|
||||||
"habr": {
|
"habr": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"rank": 1335,
|
"rank": 1335,
|
||||||
|
|
Loading…
Reference in a new issue