mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-12 09:28:35 +01:00
Update kickassanimes/kickassanimes.js
This commit is contained in:
parent
a2df765da5
commit
51b4227631
1 changed files with 6 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue