arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
176 stars 34 forks source link

Search_params with langugae #192

Open ZobaJakColbert opened 1 month ago

ZobaJakColbert commented 1 month ago
          Hi, I want to find images with query "pies", but in polish. In polish pies means dog, and in english it's plural of pie. How to get pictures based of language?

I tried add to search_params 'lr': 'pl', 'hl': 'pl', 'gl': 'pl',

        but it doesn't work

Originally posted by @ZobaJakColbert in https://github.com/arrrlo/Google-Images-Search/issues/93#issuecomment-2288435664