LGOGDownloader is open source downloader to GOG.com for Linux users using the same API as the official GOGDownloader
It is licensed under WTFPL licence
Features:
List available games
Resume downloads
Batch downloading
Repair downloaded files
Read/create XML files used by the official GOG Downloader
Check for orphaned files
Check status of files
Download individual files by id number
List/download updated files
Blacklist unwanted files
Perl regular expressions for filtering games
Dependencies
libcurl >= 7.55.0
boost (regex, date-time, system, filesystem, program-options, iostreams)
qtwebengine if build with -DUSE_QT_GUI=ON
Make dependencies
cmake >= 3.18.0
https://github.com/Sude-/lgogdownloader/releases/download/v3.18/lgogdownloader-3.18.tar.gz
sha256: 1974f09cb0e0cdfed536937335488548addd92e5c654f4229ac22594a22f8ae0
md5: b907731d481bfcfc3408a9e1b2a21b19
tar -xvzf lgogdownloader-3.18.tar.gz
cd lgogdownloader-3.18
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_QT_GUI=ON
make
sudo make install
print usage/help: lgogdownloader --help