Skip to content

Where does scholarly increment to the next page of search results (in a pubs search)? #429

Discussion options

You must be logged in to vote

Hi Stanley, look at this implementation of __next__ here: https://github.com/scholarly-python-package/scholarly/blob/main/scholarly/publication_parser.py#L80-L93 The iterator is not user-facing, but manages fetching results from multiple pages. You might want to add a delay in the elif block there. Overall, I think that'd be a good feature to have, so feel free to submit a pull request with the delay that can be specified by the user.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@arunkannawadi
Comment options

@arunkannawadi
Comment options

@stanleyrhodes
Comment options

@arunkannawadi
Comment options

@stanleyrhodes
Comment options

Answer selected by stanleyrhodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants