[BUG] Search feature is not working
harsha-vardhan-1 opened this issue · 0 comments
harsha-vardhan-1 commented
Version - 1.1.0
Not able to use search feature
I am trying to use the search feature in this library, but facing the following import error. Let me know if it is available in only a particular version. Thanks.
Code
from google_play_scraper import search
result = search(
"bags",
lang="en",
country="us",
n_hits=10
)