@alline/scraper-html
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://gitlab.com/alline/scraper-html/compare/v1.0.2...v1.0.3) (2020-06-29) | ||
### Bug Fixes | ||
* encorde uri ([b9c08e9](https://gitlab.com/alline/scraper-html/commit/b9c08e94c082a160773019550ba8c31e7484947a)) | ||
## [1.0.2](https://gitlab.com/alline/scraper-html/compare/v1.0.1...v1.0.2) (2020-06-29) | ||
@@ -2,0 +9,0 @@ |
@@ -38,3 +38,3 @@ "use strict"; | ||
const url = await transformURL.promise("", context); | ||
const res = await this.axios.get(url); | ||
const res = await this.axios.get(encodeURI(url)); | ||
const dom = cheerio_1.default.load(res.data, cheerioOption); | ||
@@ -41,0 +41,0 @@ const data = transformEpisode.promise(result.data, dom, res, context); |
{ | ||
"name": "@alline/scraper-html", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "HTML scraper for Alline.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.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
18946