claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.39k stars 93 forks source link

Catalog search strategy does not support country blacklist #346

Closed claabs closed 10 months ago

claabs commented 1 year ago

getCatalogFreeGames() does not check for country blacklist like getWeeklyFreeGames(), causing users in blacklisted countries to attempt to purchase blacklisted games.

Setting searchStrategy to weekly might fix it in the short term.

Continued from #345

jangshik commented 1 year ago

confirmed working. thanks