Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
lhw edited this page Jun 19, 2012 · 3 revisions

Unofficial GOGDownloader for Linux (and possibly MacOS)

This software will be the basis for library which can be used to communicate with the GoG.com private OAuth API. This software is not officially supported by GoG.com but tolerated.

Current Status

Working

  • Login and Token exchange
  • Available API is completely implemented
  • cURL easy download

Work in Progress

  • Parallel downloads using curl_multi (currently blocking)
    • use libevent to process these

Not yet functional

  • gog_user_games - Well it's not implemented server side. Not much I can do there.
    • An option would be to parse the website for owned games.
    • Probably going to use the URI-handle for now
  • suspending and continuing downloads. The basics are there.

Documentation