Update kickassanimes/kickassanimes.js
This commit is contained in:
@@ -133,7 +133,9 @@ async function extractStreamUrl(url) {
|
|||||||
streams.push({
|
streams.push({
|
||||||
title: "English Dubbed",
|
title: "English Dubbed",
|
||||||
streamUrl: enDetails.manifest,
|
streamUrl: enDetails.manifest,
|
||||||
headers: {}
|
headers: {
|
||||||
|
"Origin": "https://kickass-anime.ro"
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -148,7 +150,9 @@ async function extractStreamUrl(url) {
|
|||||||
streams.push({
|
streams.push({
|
||||||
title: "Japanese Subbed",
|
title: "Japanese Subbed",
|
||||||
streamUrl: jaDetails.manifest,
|
streamUrl: jaDetails.manifest,
|
||||||
headers: {}
|
headers: {
|
||||||
|
"Origin": "https://kickass-anime.ro"
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (jaDetails.enSub) {
|
if (jaDetails.enSub) {
|
||||||
|
|||||||
Reference in New Issue
Block a user