clean-web-scraper 3.8.6 → 3.8.7

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/main.js +1 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -577,7 +577,7 @@ class WebScraper
577
577
  let options = {
578
578
  responseType: "stream",
579
579
  maxRedirects: 5,
580
- timeout: 20000,
580
+ timeout: 30000,
581
581
  ...this.axiosOptions,
582
582
  };
583
583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-web-scraper",
3
- "version": "3.8.6",
3
+ "version": "3.8.7",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "start": "node main.js",