franky-boy: hello :) i am wondering if it is possible to download windows and linux installers in separate folders using lgogdownloader?
It is possible.
There are actually few different ways of doing it by using the --subdir-* options with templates.
Here's two examples
--subdir-installers "%platform%" results in directory structure like this:
game/linux/installer1
game/mac/installer1
game/windows/installer1
game/windows/installer2
--subdir-game "%platform%/%gamename%" results in directory structure like this:
windows/game1/...
windows/game2/...
linux/game1/...
linux/game2/...
mac/game1/...
mac/game2/...