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
80d05a8487
commit
dec87a09fd
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ async function extractStreamUrl(url) {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (decryptedSub) {
|
if (decryptedSub) {
|
||||||
const response = await fetchv2(decryptedSub.replace("/e/", "/media/").replace("megaup22", "megaup.site"), headers);
|
const response = await fetchv2(decryptedSub.replace("/e/", "/media/"), headers);
|
||||||
const responseJson = await response.json();
|
const responseJson = await response.json();
|
||||||
|
|
||||||
const result = responseJson?.result;
|
const result = responseJson?.result;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue