Yepoleb / gogdb

Website that collects data on GOG games
https://www.gogdb.org/
GNU General Public License v3.0
128 stars 15 forks source link

The database doesn't include new game tags #21

Open benrg opened 11 months ago

benrg commented 11 months ago

GOG has new tags like "Funny", "Relaxing", "Zombies", etc. that are separate from the older genre tags ("Adventure", "Strategy", etc.). They are returned by the catalog.gog.com/v1/catalog endpoint in the "tags" key (while the old tags are in "genres"). The code doesn't seem to collect these tags currently.