Update AnimeKaiMegaUpExtractor.kt

This commit is contained in:
Arkai1 2025-04-13 13:52:55 +05:30 committed by GitHub
parent cb0c6fa933
commit 674e49c2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,8 @@ class AnimeKaiMegaUpExtractor {
Video( Video(
source.file, source.file,
quality, quality,
source.file source.file,
) ),
) )
} }
@ -61,10 +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()
} }
} }
} }