Komiktap: update domain (#3800)

This commit is contained in:
Vetle Ledaal 2024-06-29 09:10:58 +02:00 committed by Draff
parent 12285c5235
commit 26f1973c8a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Komiktap' extName = 'Komiktap'
extClass = '.Komiktap' extClass = '.Komiktap'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://komiktap.me' baseUrl = 'https://komiktap.info'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import okhttp3.Interceptor
import okhttp3.Response import okhttp3.Response
import java.io.IOException import java.io.IOException
class Komiktap : MangaThemesia("Komiktap", "https://komiktap.me", "id") { class Komiktap : MangaThemesia("Komiktap", "https://komiktap.info", "id") {
override val client = super.client.newBuilder().addInterceptor(::sucuriInterceptor).build() override val client = super.client.newBuilder().addInterceptor(::sucuriInterceptor).build()
// Taken from es/ManhwasNet // Taken from es/ManhwasNet