Rohit Nair
Rohit Nair
@ezkemboi I created a pull request but the `npm test` failed even though it runs successfully on my local machine, Im using node v14.18.0 and npm v6.14.15 PR:- added brunei...
Nice one dude!
Here's an improved version from the one posted by @gojodev ``` import puppeteer from 'puppeteer'; async function imgScrape(queries, limit) { try { const browser = await puppeteer.launch({ headless: true });...
Hello guys, I have created a PR for `image-scraper:master` at https://github.com/pevers/images-scraper/pull/114/files And a working fork is at https://github.com/rohitnairtech/images-scraper Key changes 1. Added support for download 2. Shuffle between userAgents to...
@pevers let me know if we can contribute on this project or create a new one? (wouldn't want to create a new project - there are so many of them...
@pevers thank you Peter! I'm open to contributing more, in case there are any more features/improvements that the community would like. This is literally the first package that shows up...
Did you try adding ``` npm config set puppeteer_download_host=https://npm.taobao.org/mirrors ```