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

Release v1.7.2 #436

Closed arunkannawadi closed 2 years ago

arunkannawadi commented 2 years ago

The changes made in 1.7.1 was causing a lot more failures in fetching results. This PR reverts the changes made in v1.7.1 and skips unnecessarily checking if the proxy works for ScraperAPI. Instead, account API is used to check if credits remain to check if a request will be successful.