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

100 results from google search #30

Closed
tobyhage opened this issue Feb 21, 2018 · 4 comments
Closed

100 results from google search #30

tobyhage opened this issue Feb 21, 2018 · 4 comments

Comments

@tobyhage
Copy link

Hello,

First thank you for this nice software :-).

I think i have found two issues. The first one is that i don't get 100 results from google search.

I have set following config options:

config.set('num_pages_for_keyword', 1)
config.set('num_results_per_page', 100)

But i get 10 results back instead of 100.

Is this a known issue or do i miss something....

I will post the other issue i have found in another post.

kind regards,

Toby.

@bernardosrulzon
Copy link
Contributor

bernardosrulzon commented Mar 3, 2018

@tobyhage Try this workaround:

config.set('google_search_url', 'https://www.google.com/search?num=100')

@tobyhage
Copy link
Author

tobyhage commented Mar 5, 2018

Thank you, this is working :-)

@ecoron
Copy link
Owner

ecoron commented Apr 26, 2018

@bernardosrulzon thx for sharing. i try to find some time to work on this project again.

ecoron pushed a commit that referenced this issue Aug 23, 2018
@ecoron
Copy link
Owner

ecoron commented Aug 23, 2018

starting in 0.10.3 you can also just use the config key 'num_results_per_page'
config.set('num_results_per_page', 100)

@ecoron ecoron closed this as completed Aug 23, 2018
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

3 participants