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