Update ashi/ashi.js
This commit is contained in:
+3
-3
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user