Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search results truncated at 10 #131

Open
cryptic0 opened this issue Jul 24, 2020 · 1 comment
Open

Search results truncated at 10 #131

cryptic0 opened this issue Jul 24, 2020 · 1 comment

Comments

@cryptic0
Copy link

Can't get results over 10 articles using only the author name:

python scholar.py --author "AUTHOR NAME"

  • If you include the -c flag and input a value of 15, you still get only 10 results. However, if you ask for -c 5, you do get 5 results, assuming the person has at least 5 articles published.
@mhaeussermann
Copy link

The results limit seems to be hardcoded, see line 243. See also the change log for version 2.11:

2.11 The Scholar site seems to have become more picky about the number of results requested. The default of 20 in scholar.py could cause HTTP 503 responses. scholar.py now doesn't request a maximum unless you provide it at the comment line. (For the time being, you still cannot request more than 20 results.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants