Skip to content

Commit

Permalink
Restore Fanpop
Browse files Browse the repository at this point in the history
Cleaned up commit for #2269
  • Loading branch information
ntexe committed Aug 28, 2024
1 parent f32fdaa commit f7075e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,6 @@ As of 2020-02-23, all usernames are reported as not existing.
},
```

## Fanpop

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

```json
"fanpop": {

This comment was marked as spam.

Copy link
@Bego7567

Bego7567 Oct 14, 2024

kristina lively

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

This comment was marked as spam.

Copy link
@Bego7567

Bego7567 Oct 14, 2024

kristina lively

"username_unclaimed": "noonewould_everusethis7"
},
```

## Canva

As of 2020-02-23, all usernames are reported as not existing.
Expand Down
7 changes: 7 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,13 @@
"urlMain": "https://www.fandom.com/",
"username_claimed": "Jungypoo"

This comment has been minimized.

Copy link
@GingsulTech

GingsulTech Oct 13, 2024

liilk

},
"Fanpop": {
"errorType": "response_url",
"errorUrl": "https://www.fanpop.com/",
"url": "https://www.fanpop.com/fans/{}",
"urlMain": "https://www.fanpop.com/",
"username_claimed": "blue"
},
"Finanzfrage": {
"errorType": "status_code",
"url": "https://www.finanzfrage.net/nutzer/{}",
Expand Down

1 comment on commit f7075e1

@Anand78-sys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python3 sherlock --help

Please sign in to comment.