fix(sites): Update BoardGameGeek URL structure and detection method

BoardGameGeek changed from /user/{} to /profile/{} URL structure.
Also updated from message to status_code detection as the site
no longer returns clear error messages for non-existent users.
This commit is contained in:
dollaransh17 2025-10-04 02:55:57 +05:30
parent 1d2c4b134f
commit 91f3b16993
1 changed files with 2 additions and 3 deletions

View File

@ -279,10 +279,9 @@
"username_claimed": "mcuban"
},
"BoardGameGeek": {
"errorType": "message",
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9_]*$",
"errorMsg": "User not found",
"url": "https://boardgamegeek.com/user/{}",
"url": "https://boardgamegeek.com/profile/{}",
"urlMain": "https://boardgamegeek.com",
"username_claimed": "blue"
},