Skip to content

Commit

Permalink
Remove Fanpop. All usernames are reported as not existing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Feb 24, 2020
1 parent 8e86859 commit 046cd68
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
9 changes: 0 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2125,15 +2125,6 @@
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"fanpop": {
"errorType": "response_url",
"errorUrl": "http://www.fanpop.com/",
"rank": 9454,
"url": "http://www.fanpop.com/fans/{}",
"urlMain": "http://www.fanpop.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewould_everusethis7"
},
"fixya": {
"errorType": "status_code",
"rank": 4003,
Expand Down
9 changes: 9 additions & 0 deletions data_bad_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"fanpop": {
"errorType": "response_url",
"errorUrl": "http://www.fanpop.com/",
"rank": 9454,
"url": "http://www.fanpop.com/fans/{}",
"urlMain": "http://www.fanpop.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewould_everusethis7"
},
"Fotolog": {
"errorType": "status_code",
"rank": 47777,
Expand Down
16 changes: 16 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
so they may be re-included.


## Fanpop

As of 2020-02-23, all usernames are reported as not existing.

```
"fanpop": {
"errorType": "response_url",
"errorUrl": "http://www.fanpop.com/",
"rank": 9454,
"url": "http://www.fanpop.com/fans/{}",
"urlMain": "http://www.fanpop.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewould_everusethis7"
},
```

## Canva

As of 2020-02-23, all usernames are reported as not existing.
Expand Down

0 comments on commit 046cd68

Please sign in to comment.