Nv7-GitHub/googlesearch

Does not get first result

Closed this issue · 4 comments

Hi,
These lines over here: https://github.com/Nv7-GitHub/googlesearch/blob/v1.1.0/googlesearch/__init__.py#L48-L54 stop the package from retrieving the first result, which unfortunately is usually the correct...

Could you submit a PR showing how to fix this?

Hi, These lines over here: https://github.com/Nv7-GitHub/googlesearch/blob/v1.1.0/googlesearch/__init__.py#L48-L54 stop the package from retrieving the first result, which unfortunately is usually the correct...

are you looking to get the first result from google search?

The thing is: When i search for a certain term in google (in the browser), sometimes the first results appears with a "special" div which is not captured by the package. like a featured result

Solved in 085e984