Update some domain (#9749)

* NetTruyenCO update domain

* LxManga update domain

* DocTruyen3Q update domain

* HentaiCB update domain

* DocTruyen5s update domain
This commit is contained in:
are-are-are 2025-07-22 23:26:48 +07:00 committed by Draff
parent 9d20a590ae
commit 4630e1ba74
Signed by: Draff
GPG Key ID: E8A89F3211677653
11 changed files with 15 additions and 15 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'DocTruyen3Q'
extClass = '.DocTruyen3Q'
themePkg = 'wpcomics'
baseUrl = 'https://doctruyen3qui10.pro'
overrideVersionCode = 10
baseUrl = 'https://doctruyen3qui12.pro'
overrideVersionCode = 11
isNsfw = true
}

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class DocTruyen3Q :
WPComics(
"DocTruyen3Q",
"https://doctruyen3qui10.pro",
"https://doctruyen3qui12.pro",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")

View File

@ -2,8 +2,8 @@ ext {
extName = 'DocTruyen5s'
extClass = '.DocTruyen5s'
themePkg = 'liliana'
baseUrl = 'https://dongmoe.com'
overrideVersionCode = 3
baseUrl = 'https://manga.io.vn'
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View File

@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.vi.doctruyen5s
import eu.kanade.tachiyomi.multisrc.liliana.Liliana
class DocTruyen5s : Liliana("DocTruyen5s", "https://dongmoe.com", "vi")
class DocTruyen5s : Liliana("DocTruyen5s", "https://manga.io.vn", "vi")

View File

@ -2,8 +2,8 @@ ext {
extName = 'CBHentai'
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicb.sbs'
overrideVersionCode = 19
baseUrl = 'https://hentaicb.help'
overrideVersionCode = 20
isNsfw = true
}

View File

@ -25,7 +25,7 @@ import java.util.Locale
class HentaiCB :
Madara(
"CBHentai",
"https://hentaicb.sbs",
"https://hentaicb.help",
"vi",
SimpleDateFormat("dd/MM/yyyy", Locale("vi")),
),

View File

@ -14,7 +14,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="lxmanga.blog"
android:host="lxmanga.my"
android:pathPattern="/truyen/..*"
android:scheme="https" />
</intent-filter>

View File

@ -1,7 +1,7 @@
ext {
extName = 'LXManga'
extClass = '.LxHentai'
extVersionCode = 21
extVersionCode = 22
isNsfw = true
}

View File

@ -30,7 +30,7 @@ class LxHentai : ParsedHttpSource(), ConfigurableSource {
override val id = 6495630445796108150
private val defaultBaseUrl = "https://lxmanga.blog"
private val defaultBaseUrl = "https://lxmanga.my"
override val baseUrl by lazy { getPrefBaseUrl() }

View File

@ -2,8 +2,8 @@ ext {
extName = 'NetTruyenCO (unoriginal)'
extClass = '.NetTruyenCO'
themePkg = 'wpcomics'
baseUrl = 'https://nettruyenrr.com'
overrideVersionCode = 7
baseUrl = 'https://nettruyenar.com'
overrideVersionCode = 8
isNsfw = false
}

View File

@ -17,7 +17,7 @@ import java.util.Locale
class NetTruyenCO : WPComics(
"NetTruyenCO (unoriginal)",
"https://nettruyenrr.com",
"https://nettruyenar.com",
"vi",
dateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.US),
gmtOffset = null,