mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 13:46:29 +01:00
Update ashi/ashi.js
This commit is contained in:
parent
fdcabbe825
commit
9a0aa15504
1 changed files with 3 additions and 3 deletions
|
|
@ -542,13 +542,13 @@ async function extractStreamUrl(url) {
|
||||||
|
|
||||||
const streams = [];
|
const streams = [];
|
||||||
|
|
||||||
const subStream = decryptedSub ? await getStream(decryptedSub) : null;
|
const subStream = decryptedSub ? await getStream(decryptedSub.replace("megaup22", "megaup.site")) : null;
|
||||||
if (subStream) streams.push("Hardsub English", subStream);
|
if (subStream) streams.push("Hardsub English", subStream);
|
||||||
|
|
||||||
const dubStream = decryptedDub ? await getStream(decryptedDub) : null;
|
const dubStream = decryptedDub ? await getStream(decryptedDub.replace("megaup22", "megaup.site")) : null;
|
||||||
if (dubStream) streams.push("Dubbed English", dubStream);
|
if (dubStream) streams.push("Dubbed English", dubStream);
|
||||||
|
|
||||||
const rawStream = decryptedRaw ? await getStream(decryptedRaw) : null;
|
const rawStream = decryptedRaw ? await getStream(decryptedRaw.replace("megaup22", "megaup.site")) : null;
|
||||||
if (rawStream) streams.push("Original audio", rawStream);
|
if (rawStream) streams.push("Original audio", rawStream);
|
||||||
|
|
||||||
const final = {
|
const final = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue