about summary refs log tree commit diff
path: root/pkgs/games/gog/fetch-gog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/fetch-gog/default.nix')
-rw-r--r--pkgs/games/gog/fetch-gog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gog/fetch-gog/default.nix b/pkgs/games/gog/fetch-gog/default.nix
index e16f9e87..b49f0dab 100644
--- a/pkgs/games/gog/fetch-gog/default.nix
+++ b/pkgs/games/gog/fetch-gog/default.nix
@@ -237,7 +237,7 @@ let
 
       def list_downloads(self):
         url = "https://api.gog.com/products/" + self.product_id \
-            + "?expand=downloads"
+            + "?expand=downloads,expanded_dlcs,related_products"
         downloads = self.request(url)['downloads']
         table = []
         for dtype, dloads in downloads.items():