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
Make dependencies
cmake >= 3.18.0
https://github.com/Sude-/lgogdownloader/releases/download/v3.19/lgogdownloader-3.19.tar.gz
sha256: 0fd3622f1cee4627048aafbbebd17dc38fd3ddb220c979e4a118eeab2cc665d4
md5: 436587206ef61861c839ad1f567d1e8a
tar -xvzf lgogdownloader-3.19.tar.gz
cd lgogdownloader-3.19
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
sudo make install
print usage/help: lgogdownloader --help