mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update animekai/hardsub/animekai.js
This commit is contained in:
parent
455ef432b2
commit
f03e07008b
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ async function extractStreamUrl(url) {
|
|||
};
|
||||
|
||||
if (decryptedSub) {
|
||||
const response = await fetchv2(decryptedSub.replace("/e/", "/media/"), headers);
|
||||
const response = await fetchv2(decryptedSub.replace("/e/", "/media/").replace("megaup22", "megaup.site"), headers);
|
||||
const responseJson = await response.json();
|
||||
|
||||
const result = responseJson?.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue