diff --git a/removed_sites.json b/removed_sites.json index 05a3108..c4c7ad8 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -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" } } diff --git a/removed_sites.md b/removed_sites.md index 1731f8e..21d4251 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4399023..b8adafe 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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}$",