Ganni1987: Hi, so finally gave this a try, really liking it so far (saves me so much clicking).
Is there any way I can download only the DLC's?
So far my command is as follow which downloads both the game and DLC's:
lgogdownloader --directory /home/jojo/HDD --exclude=e,p --language=en --platform l --download --game $gamename Thanks :)
ed1a61e Improve include/exclude options
DLC files can now be included/excluded separately
Bumped game details cache version number
Game specific config file changes:
- "dlc" option is deprecated and will be ignored
- "include" option is added
New include/exclude options
Base game options: Base game installers = bi|basegame_installers
Base game extras = be|basegame_extras
Base game patches = bp|basegame_patches
Base game language packs = bl|basegame_languagepacks|basegame_langpacks
DLC options: DLC installers = di|dlc_installers
DLC extras = de|dlc_extras
DLC patches = dp|dlc_patches
DLC language packs = dl|dlc_languagepacks|dlc_langpacks
Helpers/combinations: DLCs = d|dlc|dlcs (is equal to "di,de,dp,dl")
Basegame = b|bg|basegame (is equal to "bi,be,bp,bl")
All installers = i|installers (is equal to "bi,di")
All extras = e|extras (is equal to "be,de")
All patches = p|patches (is equal to "bp,dp")
All language packs = l|languagepacks|langpacks (is equal to "bl,dl")
All = all