Ngomik: rename + (unoriginal) (#10872)

This commit is contained in:
Luqman 2025-10-05 03:47:14 +07:00 committed by Draff
parent 22f0293165
commit 30226abee7
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Ngomik'
extName = 'Ngomik (unoriginal)'
extClass = '.Ngomik'
themePkg = 'mangathemesia'
baseUrl = 'https://ngomik.mom'
overrideVersionCode = 3
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,9 @@ import okhttp3.Headers
import okhttp3.HttpUrl.Companion.toHttpUrl
import okhttp3.Request
class Ngomik : MangaThemesia("Ngomik", "https://ngomik.mom", "id", "/manga") {
class Ngomik : MangaThemesia("Ngomik (unoriginal)", "https://ngomik.mom", "id", "/manga") {
override val id = 5360960267485387879
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"