Komiktap: update domain (#3800)
This commit is contained in:
parent
12285c5235
commit
26f1973c8a
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user