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.
- package/example-usage.js +2 -0
- 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
|
}
|