You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I've tried to find a paper using it's DOI. While when I for example put doi.org/10.1177/0956797614535937 to google scholar, it finds exactly this paper. Scholar.py, however, complains no matter which query option i use.
scholar.QueryArgumentError: search query needs more parameters
I've tried all of those options seperately, but none has worked so far:
I have just downloaded the script and the way I have been able to do it is by using "-A" (i.e., "Results must contain all of these words").
NOTE: If you are using the complete DOI, i.e., with the slashes ("/"), then you must scape them.
"doi.org/10.1177/0956797614535937" -> "doi.org//10.1177//0956797614535937"
Hey,
I've tried to find a paper using it's DOI. While when I for example put
doi.org/10.1177/0956797614535937
to google scholar, it finds exactly this paper. Scholar.py, however, complains no matter which query option i use.scholar.QueryArgumentError: search query needs more parameters
I've tried all of those options seperately, but none has worked so far:
Any idea how to implement a DOI search?
The text was updated successfully, but these errors were encountered: