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

citedby() not working #453

Closed pannone closed 1 year ago

pannone commented 1 year ago

Describe the bug I was trying to execute the example code available here in the documentation, but the method citedby(pub) returns an empty list.

To Reproduce Simply try to run the example. I have tried both locally and in google colab, it does not work. I have also tried with both ScraperAPI startup plan and no proxy at all.

Expected behavior I should get the list of the articles the cite pub.

Desktop (please complete the following information):

Do you plan on contributing? I will create a Pull Request with the bugfix.