Update some domain (#11152)

* HentaiVNPlus: Update domain

* DocTruyen3Q: Update domain

* TruyenTranh3Q: Update domain

* TopTruyen: Update domain

* VlogTruyen: Update domain
This commit is contained in:
are-are-are 2025-10-21 13:36:41 +07:00 committed by Draff
parent 551f9a032f
commit 6cf479516f
Signed by: Draff
GPG Key ID: E8A89F3211677653
10 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.ceo'
overrideVersionCode = 13
baseUrl = 'https://hentaivn.party'
overrideVersionCode = 14
isNsfw = true
}

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv8.com'
overrideVersionCode = 15
baseUrl = 'https://www.toptruyentv11.com'
overrideVersionCode = 16
isNsfw = true
}

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class TopTruyen :
WPComics(
"Top Truyen",
"https://www.toptruyentv8.com",
"https://www.toptruyentv11.com",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")

View File

@ -1,8 +1,8 @@
ext {
extName = 'TruyenTranh3Q'
extClass = '.TruyenTranh3Q'
baseUrl = 'https://truyentranh3qb.com'
extVersionCode = 2
baseUrl = 'https://truyentranh3qc.com'
extVersionCode = 3
isNsfw = true
}

View File

@ -27,7 +27,7 @@ import java.util.Locale
class TruyenTranh3Q : ParsedHttpSource() {
override val name: String = "TruyenTranh3Q"
override val lang: String = "vi"
override val baseUrl: String = "https://truyentranh3qb.com"
override val baseUrl: String = "https://truyentranh3qc.com"
override val supportsLatest: Boolean = true
override val client: OkHttpClient = network.cloudflareClient.newBuilder()

View File

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

View File

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