Update AnimeKaiMegaUpExtractor.kt
This commit is contained in:
parent
cb0c6fa933
commit
674e49c2f0
1 changed files with 5 additions and 5 deletions
|
@ -42,8 +42,8 @@ class AnimeKaiMegaUpExtractor {
|
||||||
Video(
|
Video(
|
||||||
source.file,
|
source.file,
|
||||||
quality,
|
quality,
|
||||||
source.file
|
source.file,
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,8 +61,8 @@ 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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue