lcosmin / boardgamegeek

A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data.
BSD 3-Clause "New" or "Revised" License
117 stars 72 forks source link

Support board game accessories #34

Closed pak21 closed 6 years ago

pak21 commented 6 years ago

As well as board games and expansions, there are a few board game accessories listed on BoardGameGeek, for instance Descent: Journeys in the Dark (second edition) – Conversion Kit. Attempting to fetch one of these currently results in an error due to the unrecognised item. This PR does the minimum necessary to enable those accessories to be fetched:

(The PR will get slightly smaller if #33 is merged first)

lcosmin commented 6 years ago

Thanks for the fixes!