@kaguya-anime/parsers
Advanced tools
Comparing version 1.11.9 to 1.11.10
@@ -113,3 +113,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
const sources = JSON.parse(json); | ||
if (!((_a = sources === null || sources === void 0 ? void 0 : sources.source) === null || _a === void 0 ? void 0 : _a.length) || !((_b = sources === null || sources === void 0 ? void 0 : sources.source_fbo) === null || _b === void 0 ? void 0 : _b.length)) { | ||
if (!((_a = sources === null || sources === void 0 ? void 0 : sources.source) === null || _a === void 0 ? void 0 : _a.length) && !((_b = sources === null || sources === void 0 ? void 0 : sources.source_fbo) === null || _b === void 0 ? void 0 : _b.length)) { | ||
return null; | ||
@@ -137,2 +137,3 @@ } | ||
const { data } = yield this.client.get(`/xem-phim/s-${episode_id}.html`); | ||
console.log(data); | ||
const sources = yield this.getVideoUrl(data, server_id); | ||
@@ -139,0 +140,0 @@ return { sources }; |
{ | ||
"name": "@kaguya-anime/parsers", | ||
"version": "1.11.9", | ||
"version": "1.11.10", | ||
"main": "build/index.js", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "6fca26a755070f49f51bcfdb8eb6843e3d7e9082" | ||
"gitHead": "ffe39d27a95ceb0dcc1f39b2dfdd489500fe9bf3" | ||
} |
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
424707
7651