You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the quick release of the 6.4.3 as requested. Unfortunately the reason I'm seeing 0 results wasn't due to that bug, but rather I think the library is no longer functioning as intended. You can see this by running the example code.
var Scraper = require('images-scraper');
const google = new Scraper({
puppeteer: {
headless: true,
},
});
(async () => {
const results = await google.scrape('banana', 200);
console.log('results', results);
})();
I've used this library for a few years w/o issue and hope to continue using it. Thanks.
The text was updated successfully, but these errors were encountered:
kanjieater
changed the title
Library example no longer returns results
Library No Longer Functions: example no longer returns results
Jan 21, 2024
Thanks for the quick release of the 6.4.3 as requested. Unfortunately the reason I'm seeing 0 results wasn't due to that bug, but rather I think the library is no longer functioning as intended. You can see this by running the example code.
var Scraper = require('images-scraper');
const google = new Scraper({
puppeteer: {
headless: true,
},
});
(async () => {
const results = await google.scrape('banana', 200);
console.log('results', results);
})();
I've used this library for a few years w/o issue and hope to continue using it. Thanks.
A small bug was introduced but already fixed here: #110 . I just shipped this new release.
Thanks for the quick release of the 6.4.3 as requested. Unfortunately the reason I'm seeing 0 results wasn't due to that bug, but rather I think the library is no longer functioning as intended. You can see this by running the example code.
I've used this library for a few years w/o issue and hope to continue using it. Thanks.
The text was updated successfully, but these errors were encountered: