1
0
forked from 50n50/sources

Update animekai/arabic/animekai.js

This commit is contained in:
aka paul
2025-12-28 23:04:12 +00:00
parent cb1a96f2f7
commit 548d822cd4
+4 -1
View File
@@ -258,7 +258,10 @@ async function extractStreamUrl(url) {
} }
} }
return { streamUrl: m3u8Link, subtitle: subtitleUrl }; return JSON.stringify({
streamUrl: m3u8Link,
subtitle: subtitleUrl
});
} }
return "error"; return "error";