@democracy-deutschland/dip21-scraper
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -164,3 +164,3 @@ 'use strict'; | ||
const re = /<a.*?class="linkIntern".*?href="(.*?)">(?:.|\s)*?<\/a>(?:.|\s)*?<\/td><td>([0-9]*.[0-9]*.[0-9]*)<\/td>/g; | ||
const re = /<a.*?class="linkIntern".*?href="(.*?)">.*?<\/a>.*?<\/td><td>([0-9]*.[0-9]*.[0-9]*)<\/td>/g; | ||
let m; | ||
@@ -167,0 +167,0 @@ const data = []; |
@@ -128,3 +128,3 @@ 'use strict'; | ||
yield _this.timeout(); | ||
if (_this.stack[browserIndex].errors > 1) { | ||
if (_this.stack[browserIndex].errors > 5) { | ||
throw { | ||
@@ -485,3 +485,3 @@ message: 'to many search errors', | ||
if (_this3.stack[browserIndex].errors >= 1) { | ||
if (_this3.stack[browserIndex].errors >= 5) { | ||
yield _this3.createNewBrowser({ browserObject: _this3.stack[browserIndex] }).then((() => { | ||
@@ -488,0 +488,0 @@ var _ref17 = _asyncToGenerator(function* (newBrowser) { |
{ | ||
"name": "@democracy-deutschland/dip21-scraper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "scraper for the german \"Bundestag\"", | ||
@@ -51,3 +51,7 @@ "main": "distribution/scraper.js", | ||
}, | ||
"keywords": ["scraper", "bundestag", "law"], | ||
"keywords": [ | ||
"scraper", | ||
"bundestag", | ||
"law" | ||
], | ||
"bugs": { | ||
@@ -54,0 +58,0 @@ "url": "https://github.com/demokratie-live/dip21-scraper/issues" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
271686