Update AnimeKaiMegaUpExtractor.kt

This commit is contained in:
Arkai1 2025-04-13 13:47:20 +05:30 committed by GitHub
parent b8c94b35f1
commit c1f3ac9b3e
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,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