KomikIndoID: baseURL updated (#5216)

This commit is contained in:
Eddiesti 2024-09-25 20:57:24 +07:00 committed by Draff
parent 0b9daed773
commit 3e2037df5a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'KomikIndoID'
extClass = '.KomikIndoID'
extVersionCode = 13
extVersionCode = 14
}
apply from: "$rootDir/common.gradle"

View File

@ -18,7 +18,7 @@ import java.util.Locale
class KomikIndoID : ParsedHttpSource() {
override val name = "KomikIndoID"
override val baseUrl = "https://komikindo.tv"
override val baseUrl = "https://komikindo.lol"
override val lang = "id"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient