googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

`tbm=lcl` parameter doesn't work

Open DanieleMorotti opened this issue 1 year ago • 0 comments

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!

DanieleMorotti avatar Sep 12 '24 13:09 DanieleMorotti