@democracy-deutschland/dip21-scraper
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -336,3 +336,3 @@ 'use strict'; | ||
id: vorgangId.split('-')[1], | ||
url: `/dip21.web/searchProcedures/simple_search_list.do?selId=${vorgangId.split('-')[1]}&method=select&offset=0&anzahl=200&sort=3&direction=desc`, | ||
url: `/dip21.web/searchProcedures/simple_search_list.do?selId=${vorgangId.split('-')[1]}&method=select&offset=0&anzahl=${_this.options.resultsPerPage}&sort=3&direction=desc`, | ||
scraped: false | ||
@@ -356,3 +356,2 @@ }); | ||
newFormData.method = '>'; // Next page can only be reached through this | ||
newFormData.offset = (i - 1) * _this.options.resultsPerPage; | ||
const { body: tmpBody } = yield browser.browser.getSearchResultPage({ | ||
@@ -359,0 +358,0 @@ formMethod: newFormMethod, |
{ | ||
"name": "@democracy-deutschland/dip21-scraper", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "scraper for the german \"Bundestag\"", | ||
@@ -5,0 +5,0 @@ "main": "distribution/scraper.js", |
Sorry, the diff of this file is not supported yet
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
310098
977