Skip to content

Commit

Permalink
Merge pull request #462 from scholarly-python-package/develop
Browse files Browse the repository at this point in the history
Update to v1.7.5
  • Loading branch information
arunkannawadi authored Nov 30, 2022
2 parents e00d0eb + 2bec053 commit 1851dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scholarly/_proxy_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def _handle_captcha2(self, url):
for cookie in self._get_webdriver().get_cookies():
cookie.pop("httpOnly", None)
cookie.pop("expiry", None)
cookie.pop("sameSite", None)
self._session.cookies.set(**cookie)

return self._session
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='scholarly',
version='1.7.3',
version='1.7.5',
author='Steven A. Cholewiak, Panos Ipeirotis, Victor Silva, Arun Kannawadi',
author_email='[email protected], [email protected], [email protected], [email protected]',
description='Simple access to Google Scholar authors and citations',
Expand All @@ -29,7 +29,7 @@
'bibtexparser',
'deprecated',
'fake_useragent',
'free-proxy',
'free-proxy<1.1.0',
'python-dotenv',
'requests[socks]',
'selenium',
Expand Down

0 comments on commit 1851dc8

Please sign in to comment.