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