Skip to content

Commit

Permalink
Remove BitcoinForum instead of suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Apr 14, 2024
1 parent 5c23b15 commit 2a5fbd9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
7 changes: 7 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,5 +899,12 @@
"url": "https://www.g2g.com/{}",
"urlMain": "https://www.g2g.com/",
"username_claimed": "user"
},
"BitCoinForum": {
"errorMsg": "The user whose profile you are trying to view does not exist.",
"errorType": "message",
"url": "https://bitcoinforum.com/profile/{}",
"urlMain": "https://bitcoinforum.com",
"username_claimed": "bitcoinforum.com"
}
}
12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1932,4 +1932,16 @@ __2024-04-10 :__ Seems to be loading profiles with some wierd javascript setup t
"urlMain": "https://www.g2g.com/",
"username_claimed": "user"
}
```

## Bitcoin Forum
__2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
```json
"BitCoinForum": {
"errorMsg": "The user whose profile you are trying to view does not exist.",
"errorType": "message",
"url": "https://bitcoinforum.com/profile/{}",
"urlMain": "https://bitcoinforum.com",
"username_claimed": "bitcoinforum.com"
}
```
11 changes: 0 additions & 11 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,17 +261,6 @@
"urlMain": "https://bitbucket.org/",
"username_claimed": "white"
},
"BitCoinForum": {
"::::README::::": "The fate of BCF is uncertain. Site offline 2024-03-24. If the site remains offline, this can be removed.",
"errorMsg": [
"The user whose profile you are trying to view does not exist.",
"Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request"
],
"errorType": "message",
"url": "https://bitcoinforum.com/profile/{}",
"urlMain": "https://bitcoinforum.com",
"username_claimed": "bitcoinforum.com"
},
"Bitwarden Forum": {
"errorType": "status_code",
"regexCheck": "^(?![.-])[a-zA-Z0-9_.-]{3,20}$",
Expand Down

0 comments on commit 2a5fbd9

Please sign in to comment.