Posted October 03, 2015
Hi,
I have found a nice programm. I connect me somtimes to my homecomputer via ssh and I tried to download gog games via wget, but it is impossible because gog generate the links unical.
But as I searched the internet I have found a programm to download games from gog via commandline.
here is a short text about the programm:
-> http://xmodulo.com/download-gog-games-command-line-linux.html
The manual is very difficult but I have good news. You can find the programm nowadays in your repo:
-> https://packages.debian.org/search?keywords=lgogdownloader
In Debian for example since Jessie.
I want to inform you about this little nice programm, because gog gave us only a windows and a mac downloader. I also want to say "thank you" to the devs of this tool.
- THANK YOU -
Greetings from Germany
Patsche
Edit:
I have tested the programm with the little game "blocks that matter". I have done this:
1. Install package via apt
apt-get install lgogdownloader
2. Configure login data
lgogdownloader --login
3. You can list all your games via "lgogdownloader --list". You also can grep for a game
lgogdownloader --list | grep block
4. Download the game without extras (no cover or soundtrack)
lgogdownloader --download --game blocks_that_matter --plattform 4 --no-extras
It works greatly. For more informations and options see the manual
man lgogdownloader
Have fun ;)
I have found a nice programm. I connect me somtimes to my homecomputer via ssh and I tried to download gog games via wget, but it is impossible because gog generate the links unical.
But as I searched the internet I have found a programm to download games from gog via commandline.
here is a short text about the programm:
-> http://xmodulo.com/download-gog-games-command-line-linux.html
The manual is very difficult but I have good news. You can find the programm nowadays in your repo:
-> https://packages.debian.org/search?keywords=lgogdownloader
In Debian for example since Jessie.
I want to inform you about this little nice programm, because gog gave us only a windows and a mac downloader. I also want to say "thank you" to the devs of this tool.
- THANK YOU -
Greetings from Germany
Patsche
Edit:
I have tested the programm with the little game "blocks that matter". I have done this:
1. Install package via apt
apt-get install lgogdownloader
2. Configure login data
lgogdownloader --login
3. You can list all your games via "lgogdownloader --list". You also can grep for a game
lgogdownloader --list | grep block
4. Download the game without extras (no cover or soundtrack)
lgogdownloader --download --game blocks_that_matter --plattform 4 --no-extras
It works greatly. For more informations and options see the manual
man lgogdownloader
Have fun ;)
Post edited October 03, 2015 by Patsche85