Skip to content

Commit 83a38db

Browse files
authored
Merge pull request #2582 from dollaransh17/fix/boardgamegeek-false-positive
fix(sites): Update BoardGameGeek URL structure and detection method
2 parents f32f4ff + 9e3448d commit 83a38db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sherlock_project/resources/data.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@
278278
"urlMain": "https://bsky.app/",
279279
"username_claimed": "mcuban"
280280
},
281-
"BoardGameGeek": {
282-
"errorType": "message",
283-
"regexCheck": "^[a-zA-Z0-9_]*$",
284-
"errorMsg": "User not found",
285-
"url": "https://boardgamegeek.com/user/{}",
286-
"urlMain": "https://boardgamegeek.com",
287-
"username_claimed": "blue"
288-
},
289281
"BongaCams": {
290282
"errorType": "status_code",
291283
"isNSFW": true,
@@ -299,6 +291,14 @@
299291
"urlMain": "https://www.bookcrossing.com/",
300292
"username_claimed": "blue"
301293
},
294+
"BoardGameGeek": {
295+
"errorMsg": "\"isValid\":true",
296+
"errorType": "message",
297+
"url": "https://boardgamegeek.com/user/{}",
298+
"urlMain": "https://boardgamegeek.com/",
299+
"urlProbe": "https://api.geekdo.com/api/accounts/validate/username?username={}",
300+
"username_claimed": "blue"
301+
},
302302
"BraveCommunity": {
303303
"errorType": "status_code",
304304
"url": "https://community.brave.com/u/{}/",

0 commit comments

Comments
 (0)