mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-12 01:18:11 +01:00
Update animekai/arabic/animekai.js
This commit is contained in:
parent
cb1a96f2f7
commit
548d822cd4
1 changed files with 4 additions and 1 deletions
|
|
@ -258,7 +258,10 @@ async function extractStreamUrl(url) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return { streamUrl: m3u8Link, subtitle: subtitleUrl };
|
return JSON.stringify({
|
||||||
|
streamUrl: m3u8Link,
|
||||||
|
subtitle: subtitleUrl
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return "error";
|
return "error";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue