1
0
forked from 50n50/sources

Update animekai/dub/animekai.js

This commit is contained in:
aka paul
2026-01-29 13:54:10 +00:00
parent fa1dd967eb
commit 866685c31d
+2 -2
View File
@@ -238,10 +238,10 @@ async function extractStreamUrl(url) {
const postData = {
"text": result,
"Useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36"
"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://ilovekai.simplepostrequest.workers.dev/ilovebush", {}, "POST", JSON.stringify(postData));
const finalResponse = await fetchv2("https://enc-dec.app/api/dec-mega", {}, "POST", JSON.stringify(postData));
const finalJson = await finalResponse.json();
const m3u8Link = finalJson?.result?.sources?.[0]?.file;