Remove BitcoinForum instead of suppress

This commit is contained in:
Paul Pfeister 2024-04-14 15:32:19 -04:00
parent 5c23b1555c
commit 2a5fbd9e97
3 changed files with 19 additions and 11 deletions

View file

@ -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"
}
}

View file

@ -1933,3 +1933,15 @@ __2024-04-10 :__ Seems to be loading profiles with some wierd javascript setup t
"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"
}
```

View file

@ -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}$",