bgg expansion may have a different url
This commit is contained in:
parent
75149c62f0
commit
589b27bdae
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class BoardGameGeek(AbstractSite):
|
|||
ID_TYPE = IdType.BGG
|
||||
URL_PATTERNS = [
|
||||
r"^\w+://boardgamegeek\.com/boardgame/(\d+)",
|
||||
r"^\w+://boardgamegeek\.com/boardgameexpansion/(\d+)",
|
||||
]
|
||||
WIKI_PROPERTY_ID = "?"
|
||||
DEFAULT_MODEL = Game
|
||||
|
|
Loading…
Add table
Reference in a new issue