Komiktap: update domain (#3800)

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

View File

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

View File

@ -8,7 +8,7 @@ import okhttp3.Interceptor
import okhttp3.Response
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()
// Taken from es/ManhwasNet