-
Notifications
You must be signed in to change notification settings - Fork 202
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
[Bug]: workaround of consent.google.com doesn't work anymore #142
Comments
Possible patch that work for me: In class GoogleV2(Tse), add the following method:
in the method google_api, replace around line 591
by
self.host_headers.update({'cookie': self.get_consent_cookie(r.text)}) and the method get_consent_cookie() doesn't work anymore... |
Confirmation! |
@Cabu Copy that, sir! |
Please upgrade v5.8.5 |
5.8.5 doesn't work for me. get_languages get blocked by the cookie consent form :( |
@Cabu ? |
Your new version deleted the "get_consent_cookie" that doesn't worked anymore and that is nice, but it doesn't implement the patch with "get_consent_post" I proposed to work around the European cookie consent kit google implemented. i updated my proposed patch accordingly. |
@Cabu Bro, for your contributions, welcome to your PR. |
@Cabu Bro, please |
Debug Tips
What happened?
The trick to get anew the host_url with the consent_cookie (server.py lines 591 to 593) doesn't seems to work anymore.
It seems that now a POST with a bung of inputs should be made.
APP Version
5.8.3
Python Version
3.9 (Default)
Runtime Environment
Linux CentOS (Default)
Country/Region
Belgium
Relevant log output
Screenshots
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: