Update some domain (#7972)

* SayHentai update domain

* HentaiVNPlus update domain

* VlogTruyen update domain & back to old name

* HentaiCB update domain
This commit is contained in:
are-are-are 2025-03-09 07:34:51 +07:00 committed by Draff
parent ec62056e09
commit cd03d78928
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
8 changed files with 12 additions and 12 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'CBHentai'
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicb.love'
overrideVersionCode = 13
baseUrl = 'https://hentaicb.lat'
overrideVersionCode = 14
isNsfw = true
}

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.tech'
overrideVersionCode = 8
baseUrl = 'https://hentaivn.art'
overrideVersionCode = 9
isNsfw = true
}

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
ext {
extName = 'ThichDoc'
extName = 'VlogTruyen'
extClass = '.VlogTruyen'
extVersionCode = 7
isNsfw = true

View File

@ -35,13 +35,13 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi"
override val name = "ThichDoc"
override val name = "VlogTruyen"
override val supportsLatest = true
override val id: Long = 6425642624422299254
private val defaultBaseUrl = "https://thichdoc1.com"
private val defaultBaseUrl = "https://vlogtruyen45.com"
override val baseUrl by lazy { getPrefBaseUrl() }