clean-web-scraper 4.0.5 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/example-usage.js +2 -0
  2. package/package.json +1 -1
package/example-usage.js CHANGED
@@ -230,6 +230,8 @@ async function mondoweiss ( enable )
230
230
  useProxyAsFallback: true,
231
231
  includeMetadata: true,
232
232
  metadataFields: ["author", "articleTitle", "pageTitle", "description", "dateScrapedDate"],
233
+ crawlingDelay: 0,
234
+ batchSize: 10
233
235
  };
234
236
  return await runScraper( config, enable );
235
237
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-web-scraper",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",