@kaguya-anime/parsers
Advanced tools
Comparing version 1.11.16 to 1.11.17
@@ -76,3 +76,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
subtitles: data.data.subtitles.map((sub) => ({ | ||
file: `${BASE_URL}/custom-file/${this.id}/${episode_id}.vtt?official=false&sub=true&url=${encodeURIComponent(sub.url)}`, | ||
file: `${BASE_URL}/custom-file/${this.id}/${episode_id}.${sub.url.includes('.ass') ? '.ass' : '.vtt'}?official=false&sub=true&url=${encodeURIComponent(sub.url)}`, | ||
lang: sub.lang_key, | ||
@@ -79,0 +79,0 @@ language: sub.lang, |
{ | ||
"name": "@kaguya-anime/parsers", | ||
"version": "1.11.16", | ||
"version": "1.11.17", | ||
"main": "build/index.js", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "c72fbeac08797f14d336370a448ac4e81bad8d18" | ||
"gitHead": "3741bed202304bb2670a833ea0632b80b950e779" | ||
} |
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
426840