Update some domain (#9050)

* HentaiVNPlus update domain

* TruyenVN update domain

* Vlogtruyen update domain

* HentaiCB update domain

* Sayhentai update domain

* DocTruyen3Q update domain

* TopTruyen update domain

* Teamlanhlung update domain
This commit is contained in:
are-are-are 2025-06-01 23:30:57 +07:00 committed by Draff
parent 8925b685e9
commit 22f8330387
Signed by: Draff
GPG Key ID: E8A89F3211677653
17 changed files with 24 additions and 24 deletions

View File

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

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class DocTruyen3Q :
WPComics(
"DocTruyen3Q",
"https://doctruyen3qui9.pro",
"https://doctruyen3qui10.pro",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")
@ -95,7 +95,7 @@ class DocTruyen3Q :
}
override val genresSelector = ".categories-detail ul.nav li:not(.active) a"
// Configurable, automatic change domain
private val preferences: SharedPreferences = getPreferences()
private var hasCheckedRedirect = false

View File

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

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.cash'
overrideVersionCode = 11
baseUrl = 'https://hentaivn.cx'
overrideVersionCode = 12
isNsfw = true
}

View File

@ -12,7 +12,7 @@ import java.util.Locale
class HentaiVNPlus :
Madara(
"HentaiVN.plus",
"https://hentaivn.cash",
"https://hentaivn.cx",
"vi",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
),

View File

@ -2,8 +2,8 @@ ext {
extName = "SayHentai"
extClass = ".SayHentai"
themePkg = "manhwaz"
baseUrl = "https://sayhentai.ink"
overrideVersionCode = 11
baseUrl = "https://sayhentaii.me"
overrideVersionCode = 12
isNsfw = true
}

View File

@ -10,7 +10,7 @@ import keiyoushi.utils.getPreferences
class SayHentai :
ManhwaZ(
"SayHentai",
"https://sayhentai.ink",
"https://sayhentaii.me",
"vi",
mangaDetailsAuthorHeading = "Tác giả",
mangaDetailsStatusHeading = "Trạng thái",

View File

@ -13,7 +13,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="teamlanhlung9.shop"
android:host="teamlanhlung10.shop"
android:pathPattern="/truyen-tranh/..*"
android:scheme="https"
/>

View File

@ -1,7 +1,7 @@
ext {
extName = 'Team Lanh Lung'
extClass = '.TeamLanhLung'
extVersionCode = 23
extVersionCode = 24
isNsfw = true
}

View File

@ -32,7 +32,7 @@ class TeamLanhLung : ParsedHttpSource() {
override val name: String = "Team Lạnh Lùng"
override val baseUrl: String = "https://teamlanhlung9.shop"
override val baseUrl: String = "https://teamlanhlung10.shop"
override val lang: String = "vi"

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv6.pro'
overrideVersionCode = 13
baseUrl = 'https://www.toptruyentv7.pro'
overrideVersionCode = 14
isNsfw = true
}

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class TopTruyen :
WPComics(
"Top Truyen",
"https://www.toptruyentv6.pro",
"https://www.toptruyentv7.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 = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.ad'
overrideVersionCode = 15
baseUrl = 'https://truyenvn.shop'
overrideVersionCode = 16
isNsfw = true
}

View File

@ -12,7 +12,7 @@ import java.util.Locale
class TruyenVN :
Madara(
"TruyenVN",
"https://truyenvn.ad",
"https://truyenvn.shop",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
),

View File

@ -1,7 +1,7 @@
ext {
extName = 'VlogTruyen'
extClass = '.VlogTruyen'
extVersionCode = 10
extVersionCode = 11
isNsfw = true
}

View File

@ -41,7 +41,7 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
override val id: Long = 6425642624422299254
private val defaultBaseUrl = "https://vlogtruyen49.com"
private val defaultBaseUrl = "https://vlogtruyen50.com"
override val baseUrl by lazy { getPrefBaseUrl() }