pevers / images-scraper

Simple and fast scraper for Google
ISC License
225 stars 70 forks source link

Added advanced searching by usage rights #38

Closed KhoomeiK closed 4 years ago

KhoomeiK commented 4 years ago

Needed this functionality and thought I might as well make a pull request. Documentation is in the comment, let me know if I should add it anywhere else.

pevers commented 4 years ago

Thanks for your contribution @KhoomeiK !

I modified it a bit to have a more flexible way of adding options. Right now it is restricted to our own custom mapping. I have added the possiblity to add custom 'tbs' variables. See: https://github.com/pevers/images-scraper/pull/39

I added your comments + description to the examples and README. Thanks again!