1
0
forked from 50n50/sources

Update animekai/dub/animekai.js

This commit is contained in:
aka paul
2026-01-29 14:44:47 +00:00
parent df16c09601
commit 25456bb152
+1 -1
View File
@@ -241,7 +241,7 @@ async function extractStreamUrl(url) {
"agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
}
const finalResponse = await fetchv2("https://enc-dec.app/api/dec-mega", {}, "POST", JSON.stringify(postData));
const finalResponse = await fetchv2("https://enc-dec.app/api/dec-mega", {}, "POST", postData);
const finalJson = await finalResponse.json();
const m3u8Link = finalJson?.result?.sources?.[0]?.file;