forked from 50n50/sources
Update animekai/arabic/animekai.js
This commit is contained in:
@@ -258,7 +258,10 @@ async function extractStreamUrl(url) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return { streamUrl: m3u8Link, subtitle: subtitleUrl };
|
return JSON.stringify({
|
||||||
|
streamUrl: m3u8Link,
|
||||||
|
subtitle: subtitleUrl
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return "error";
|
return "error";
|
||||||
|
|||||||
Reference in New Issue
Block a user