From 3e653c46b07c858811619517b28a17742cb4847a Mon Sep 17 00:00:00 2001 From: dollaransh17 Date: Sat, 4 Oct 2025 03:12:47 +0530 Subject: [PATCH] fix(sites): Remove BoardGameGeek - unreliable detection BoardGameGeek returns identical pages for both existing and non-existing users, making reliable username detection impossible with HTTP-based methods. The site likely uses JavaScript to load user-specific content dynamically. --- sherlock_project/resources/data.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 3f7f5ac3..891b6245 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -278,13 +278,6 @@ "urlMain": "https://bsky.app/", "username_claimed": "mcuban" }, - "BoardGameGeek": { - "errorType": "status_code", - "regexCheck": "^[a-zA-Z0-9_]*$", - "url": "https://boardgamegeek.com/profile/{}", - "urlMain": "https://boardgamegeek.com", - "username_claimed": "blue" - }, "BongaCams": { "errorType": "status_code", "isNSFW": true,