-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
Added possibility to claim other freegames from GOG #206
base: main
Are you sure you want to change the base?
Conversation
@vogler can you maybe check and give feedback? |
don't remove the handling of the trusted partner setting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good. I'll try to test it tomorrow and then merge it with the changes.
@@ -0,0 +1,19 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I want to add vscode configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it's maybe good to have it if someone uses codespaces to fix something quickly
- additional checks for freegames for filters - cleanup file - updated README
Hi how did it go? |
Shouldn't we have the option for more than one url so we can combine
in one run? |
Good idea should not be a problem to have a delimiter here like ";" or " " and then run trough them in a loop. |
- you can specify downloads for games and also dls for owned games etc
@vogler sorry I am impatient :) Will you be able to give feedback for my open PRs soon? |
SonarCloud Quality Gate failed. 1 Bug No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
I added an option to claim free games from GOG. There is like 50ish of them like https://www.gog.com/en/game/crusader_kings_ii.
Therefore I added new flags for it this is disabled by default as we just claim the giveaway games.
You can enable it by adding and additional flag and can specify many other filters like for game categories or preferred language.