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

`search_pubs` method is missing publications #517

Open tigerjack opened 9 months ago

tigerjack commented 9 months ago

Describe the bug search_pubs method is missing publications, even when the title is taken from a previously retrieved Publication.

To Reproduce

publication = scholarly.search_single_pub('Design, realization and performance evaluation of a low latency high throughput authenticated encryption module')
next(scholarly.search_pubs(publication['bib']['title']))

The second line raise a StopIteration, since there are no results.

Expected behavior One or more publications satisfying the second query.

Desktop (please complete the following information):

chkgk commented 4 months ago

It seems that this often happens when GS shows a preview of the abstract for an article, especially if it is the only search result.

coolteemf commented 2 weeks ago

I got the same issue, but it went away when I tried without the proxy.