mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 11:23:02 +00:00
Add support for BoardGameGeek
This commit is contained in:
parent
4deba5f147
commit
a03aa3157f
1 changed files with 8 additions and 0 deletions
|
@ -298,6 +298,14 @@
|
|||
"urlMain": "https://www.blogger.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"BoardGameGeek": {
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9_]*$",
|
||||
"errorMsg": "User not found",
|
||||
"url": "https://boardgamegeek.com/user/{}",
|
||||
"urlMain": "https://boardgamegeek.com",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"BodyBuilding": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://bodyspace.bodybuilding.com/",
|
||||
|
|
Loading…
Reference in a new issue