-
Notifications
You must be signed in to change notification settings - Fork 60
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
Cookie: NID and __Secure-ENID #85
Comments
"name='__Secure-ENID', domain=None, path=None" |
python GoBooDo.py --id=32LAEAAAQBAJ "name='__Secure-ENID', domain=None, path=None" |
For anyone still trying to resolve this, you can adjust the GoBooDo.py and storeImages.py to set multiple cookies like this (pulled this from GoBooDo.py, can use similar code in storeImages.py):
Note the CookieStr being used instead of the hardcoded string in the self.head value |
I could not fetch the book after PR #81. I have an old NID cookie instead of __Secure-ENID. Maybe it depends on the region or the system.
Is it possible take into account both types of cookies?
The text was updated successfully, but these errors were encountered: