nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
87 stars 5 forks source link

Would you be able to download single extras if yo knew the slug for each of them? #20

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

If you cold download single extras if you knew the slug, then check out the v2 api.

curl -s https://api.gog.com/v2/games/1207658787?locale=en |  jq '._embedded | .bonuses[] | .type' 

I there are more things in the way to download a single extra, then feel free to close this issue.

nicohman commented 5 years ago

cb3d49840166de3543e92153c2671fbb94bdc16a should let you download extras by name with the --slug option.