Update AnimeKaiMegaUpExtractor.kt
This commit is contained in:
parent
b8c94b35f1
commit
c1f3ac9b3e
1 changed files with 5 additions and 7 deletions
|
@ -42,8 +42,8 @@ class AnimeKaiMegaUpExtractor {
|
||||||
Video(
|
Video(
|
||||||
source.file,
|
source.file,
|
||||||
quality,
|
quality,
|
||||||
source.file,
|
source.file
|
||||||
),
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,12 +61,10 @@ class AnimeKaiMegaUpExtractor {
|
||||||
Headers.headersOf(
|
Headers.headersOf(
|
||||||
"User-Agent", "Mozilla/5.0",
|
"User-Agent", "Mozilla/5.0",
|
||||||
"Accept", "application/json",
|
"Accept", "application/json",
|
||||||
"Referer", "https://animekai.to/",
|
"Referer", "https://animekai.to/"
|
||||||
),
|
)
|
||||||
)
|
)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
\n
|
|
Loading…
Add table
Add a link
Reference in a new issue