From ec6c9d7a493d0c6b3b89b2d12b51c092b8d5c115 Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Mon, 9 Jun 2025 15:08:06 +0200 Subject: [PATCH] fix: prime-gaming dlc content * specific dlc tab is not available anymore --- prime-gaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-gaming.js b/prime-gaming.js index e957a8b..45a2b79 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -363,7 +363,7 @@ try { // https://github.com/vogler/free-games-claimer/issues/55 if (cfg.pg_claimdlc) { console.log('Trying to claim in-game content...'); - await page.click('button[data-type="InGameLoot"]'); + await page.click('button[data-type="All"]'); const loot = page.locator('div[data-a-target="offer-list-IN_GAME_LOOT"]'); await loot.waitFor();