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' extName = 'DocTruyen3Q'
extClass = '.DocTruyen3Q' extClass = '.DocTruyen3Q'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://doctruyen3qui9.pro' baseUrl = 'https://doctruyen3qui10.pro'
overrideVersionCode = 9 overrideVersionCode = 10
isNsfw = true isNsfw = true
} }

View File

@ -23,7 +23,7 @@ import java.util.TimeZone
class DocTruyen3Q : class DocTruyen3Q :
WPComics( WPComics(
"DocTruyen3Q", "DocTruyen3Q",
"https://doctruyen3qui9.pro", "https://doctruyen3qui10.pro",
"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")
@ -95,7 +95,7 @@ class DocTruyen3Q :
} }
override val genresSelector = ".categories-detail ul.nav li:not(.active) a" override val genresSelector = ".categories-detail ul.nav li:not(.active) a"
// Configurable, automatic change domain // Configurable, automatic change domain
private val preferences: SharedPreferences = getPreferences() private val preferences: SharedPreferences = getPreferences()
private var hasCheckedRedirect = false private var hasCheckedRedirect = false

View File

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

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus' extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus' extClass = '.HentaiVNPlus'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hentaivn.cash' baseUrl = 'https://hentaivn.cx'
overrideVersionCode = 11 overrideVersionCode = 12
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.cash", "https://hentaivn.cx",
"vi", "vi",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT), dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
), ),

View File

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

View File

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

View File

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

View File

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

View File

@ -32,7 +32,7 @@ class TeamLanhLung : ParsedHttpSource() {
override val name: String = "Team Lạnh Lùng" 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" override val lang: String = "vi"

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen' extName = 'Top Truyen'
extClass = '.TopTruyen' extClass = '.TopTruyen'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv6.pro' baseUrl = 'https://www.toptruyentv7.pro'
overrideVersionCode = 13 overrideVersionCode = 14
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.toptruyentv6.pro", "https://www.toptruyentv7.pro",
"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 = 'TruyenVN' extName = 'TruyenVN'
extClass = '.TruyenVN' extClass = '.TruyenVN'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://truyenvn.ad' baseUrl = 'https://truyenvn.shop'
overrideVersionCode = 15 overrideVersionCode = 16
isNsfw = true isNsfw = true
} }

View File

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

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'VlogTruyen' extName = 'VlogTruyen'
extClass = '.VlogTruyen' extClass = '.VlogTruyen'
extVersionCode = 10 extVersionCode = 11
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://vlogtruyen49.com" private val defaultBaseUrl = "https://vlogtruyen50.com"
override val baseUrl by lazy { getPrefBaseUrl() } override val baseUrl by lazy { getPrefBaseUrl() }