@ejnshtein/nyaasi
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -68,3 +68,4 @@ "use strict"; | ||
const { host = 'https://nyaa.si/' } = options; | ||
const data = yield parser.parseURL(host); | ||
const searchParams = new url_1.URLSearchParams([['page', 'rss']]); | ||
const data = yield parser.parseURL(`${host}?${searchParams.toString()}`); | ||
return parseItems(data.items); | ||
@@ -71,0 +72,0 @@ }); |
{ | ||
"name": "@ejnshtein/nyaasi", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Nyaa.si api wrapper for Node written in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
48964
1159