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.3k stars 292 forks source link

Increase number of citations returned by citedby #446

Closed jjshoots closed 1 year ago

jjshoots commented 1 year ago

Fixes #444

Description

This allows citedby to return more than 1k citations, bypassing the problem with Google Scholar only display 100 pages.

Checklist

arunkannawadi commented 1 year ago

I would normally ask people to add a unit test that covers the new addition, but I don't think we should have a test that will scrape 100+ pages :-|

arunkannawadi commented 1 year ago

I want to merge #445 to develop branch before I can merge these changes. I'll get back to it at the end of the day.

jjshoots commented 1 year ago

@arunkannawadi Gotcha, looking forward to the next release :)