googlesearch
googlesearch copied to clipboard
`tbm=lcl` parameter doesn't work
Passing the tbm=lcl parameter, the package doesn't return any url.
I passed the parameter as follows:
urls = list(search(
query="restaurant", extra_params={"tbm": "lcl"}
))
but I was not able to make it work. While using other values, like "nws", it works properly.
If you open the link used by the package in a browser, it works fine, so I have no clue where the error could be.
I'd be happy to help you in case you don't have time to work on it!