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

Option to use the Site Restricted API #167

Open bleugreen opened 1 year ago

bleugreen commented 1 year ago

Please add an option to CSE wrapper that allows use of the site restricted URI, i.e.

https://www.googleapis.com/customsearch/v1/siterestrict?[parameters]

instead of

https://www.googleapis.com/customsearch/v1?[parameters]

Thanks!