Update AnimeKaiMegaUpExtractor.kt
This commit is contained in:
parent
1bbb9d5fd8
commit
4d1f3b46c8
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ class AnimeKaiMegaUpExtractor {
|
|||
}
|
||||
|
||||
companion object {
|
||||
private const val KEYS_URL =
|
||||
private const val keysUrl =
|
||||
"https://raw.githubusercontent.com/amarullz/kaicodex/refs/heads/main/generated/kai_codex.json"
|
||||
|
||||
private fun GET(url: String): Request {
|
||||
private fun get(url: String): Request {
|
||||
return Request.Builder()
|
||||
.url(url)
|
||||
.headers(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue