ngkomik: update domain (#4508)

This commit is contained in:
AwkwardPeak7 2024-08-09 10:30:46 +05:00 committed by Draff
parent 6b764484d6
commit 292bcc93bd
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 = 'Ngomik'
extClass = '.Ngomik'
themePkg = 'mangathemesia'
baseUrl = 'https://ngomik.net'
overrideVersionCode = 2
baseUrl = 'https://ngomik.mom'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import okhttp3.Headers
import okhttp3.HttpUrl.Companion.toHttpUrl
import okhttp3.Request
class Ngomik : MangaThemesia("Ngomik", "https://ngomik.net", "id", "/manga") {
class Ngomik : MangaThemesia("Ngomik", "https://ngomik.mom", "id", "/manga") {
private val userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"