wikiextensions-flix
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -32,6 +32,6 @@ "use strict"; | ||
if (!(0, utils_1.isJson)(res.data.sources)) { | ||
let { data: key } = await axios_1.default.get('https://raw.githubusercontent.com/theonlymo/keys/e4/key'); | ||
let { data: key } = await axios_1.default.get('https://raw.githubusercontent.com/Phantom-KNA/GeneratorFlixHQ/e4/key'); | ||
key = key; | ||
if (!key) { | ||
key = await (await axios_1.default.get('https://raw.githubusercontent.com/theonlymo/keys/e4/key')).data; | ||
key = await (await axios_1.default.get('https://raw.githubusercontent.com/Phantom-KNA/GeneratorFlixHQ/e4/key')).data; | ||
} | ||
@@ -38,0 +38,0 @@ console.log("key",key) |
{ | ||
"name": "wikiextensions-flix", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Nodejs library that provides an Api for obtaining the movies information from FlixHQ website.", | ||
@@ -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
131806