While using the library in the Netherlands, I got a ValueError here because Google returns the hits in nl local even when I have tld='com', lang='en' in the list of the arguments passed to hits function.
The exception I got
ValueError: invalid literal for int() with base 10: '672.000'
While using the library in the Netherlands, I got a ValueError here because Google returns the hits in nl local even when I have
tld='com', lang='en'
in the list of the arguments passed tohits
function.The exception I got
The related code
https://github.com/MarioVilas/googlesearch/blob/42ee4ac5563bce028f2281dc2a19ec471dbc05e0/googlesearch/__init__.py#L735