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' extName = 'DocTruyen3Q'
extClass = '.DocTruyen3Q' extClass = '.DocTruyen3Q'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://doctruyen3qui12.pro' baseUrl = 'https://doctruyen3qui15.com'
overrideVersionCode = 11 overrideVersionCode = 12
isNsfw = true isNsfw = true
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -27,7 +27,7 @@ import java.util.Locale
class TruyenTranh3Q : ParsedHttpSource() { class TruyenTranh3Q : ParsedHttpSource() {
override val name: String = "TruyenTranh3Q" override val name: String = "TruyenTranh3Q"
override val lang: String = "vi" 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 supportsLatest: Boolean = true
override val client: OkHttpClient = network.cloudflareClient.newBuilder() override val client: OkHttpClient = network.cloudflareClient.newBuilder()

View File

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

View File

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