bgg expansion may have a different url

This commit is contained in:
Your Name 2025-01-29 17:06:30 -05:00 committed by Henri Dickson
parent 75149c62f0
commit 589b27bdae

View file

@ -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