pevers / images-scraper

Simple and fast scraper for Google
ISC License
224 stars 69 forks source link

Issue adding options to constructor #71

Closed wwirving closed 3 years ago

wwirving commented 3 years ago

Trying to add tbs search options to the constructor returns ReferenceError (fc is not defined)

const google = new Scraper({ puppeteer: { headless: false, }, tbs: { sur: fc, }, });

ReferenceError: fc is not defined

wwirving commented 3 years ago

solved, "fc" must be passed as string.