We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GOG seems to have changed their page so that this check now fails.
const banner = page.locator('#giveaway'); if (!await banner.count()) { console.log('Currently no free giveaway!');
Instead, I am seeing free games using one of these options: https://www.gog.com/en/partner/free_games or possibly this, but this includes a lot of Demos https://www.gog.com/en/games?priceRange=0,0&hideDLCs=true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GOG seems to have changed their page so that this check now fails.
Instead, I am seeing free games using one of these options:
https://www.gog.com/en/partner/free_games
or possibly this, but this includes a lot of Demos
https://www.gog.com/en/games?priceRange=0,0&hideDLCs=true
The text was updated successfully, but these errors were encountered: