Update some domain (#9749)
* NetTruyenCO update domain * LxManga update domain * DocTruyen3Q update domain * HentaiCB update domain * DocTruyen5s update domain
This commit is contained in:
parent
9d20a590ae
commit
4630e1ba74
@ -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
|
||||
}
|
||||
|
||||
|
@ -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")
|
||||
|
@ -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"
|
||||
|
@ -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")
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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")),
|
||||
),
|
||||
|
@ -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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'LXManga'
|
||||
extClass = '.LxHentai'
|
||||
extVersionCode = 21
|
||||
extVersionCode = 22
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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() }
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user