forked from 50n50/sources
Update ashi/ashi.js
This commit is contained in:
+2
-2
@@ -528,7 +528,7 @@ async function extractStreamUrl(url) {
|
||||
|
||||
const finalResponse = await fetchv2(
|
||||
"https://enc-dec.app/api/dec-mega",
|
||||
{},
|
||||
{ "Content-Type": "application/json" },
|
||||
"POST",
|
||||
JSON.stringify(postData)
|
||||
);
|
||||
@@ -612,7 +612,7 @@ async function extractStreamUrl(url) {
|
||||
}
|
||||
|
||||
const decryptPromises = [
|
||||
fetchv2("https://enc-dec.app/api/dec-movies-flix", {}, "POST", JSON.stringify({ text: streamData.result }))
|
||||
fetchv2("https://enc-dec.app/api/dec-movies-flix", { "Content-Type": "application/json" }, "POST", JSON.stringify({ text: streamData.result }))
|
||||
];
|
||||
|
||||
const decryptResponses = await Promise.all(decryptPromises);
|
||||
|
||||
Reference in New Issue
Block a user