scholarly-python-package / scholarly

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!
https://scholarly.readthedocs.io/
The Unlicense
1.37k stars 298 forks source link

#196 fix sameSite cookie issue #457

Closed jonasengelmann closed 1 year ago

jonasengelmann commented 1 year ago

Fixes #196

Description

Selenium webdriver returns a cookie that requests doesn't understand! Removing that cookie simply solves the issue!