Skip to content

Commit

Permalink
Remove gpodder.net as all usernames are reported as available.
Browse files Browse the repository at this point in the history
The server is returning a HTTP Status 500 (Internal server error) for all queries.
  • Loading branch information
hoadlck committed May 25, 2020
1 parent 003b6b2 commit d40f88e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
8 changes: 8 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
"username_claimed": "blue",
"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": {
"errorType": "status_code",
"rank": 74,
Expand Down
18 changes: 18 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ They are listed here in the hope that things may change in the future
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

As of 2020-05-25, all usernames are reported as claimed.
Expand Down
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2145,14 +2145,6 @@
"username_claimed": "Test",
"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": {
"errorType": "status_code",
"rank": 1335,
Expand Down

0 comments on commit d40f88e

Please sign in to comment.