Skip to content

Commit

Permalink
Remove 9GAG as all usernames are reported as available.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed May 25, 2020
1 parent c1a05c3 commit dec49cd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
8 changes: 8 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
15 changes: 15 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dec49cd

Please sign in to comment.