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' extName = 'CBHentai'
extClass = '.HentaiCB' extClass = '.HentaiCB'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hentaicb.love' baseUrl = 'https://hentaicb.lat'
overrideVersionCode = 13 overrideVersionCode = 14
isNsfw = true isNsfw = true
} }

View File

@ -24,7 +24,7 @@ import java.util.Locale
class HentaiCB : class HentaiCB :
Madara( Madara(
"CBHentai", "CBHentai",
"https://hentaicb.love", "https://hentaicb.lat",
"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.tech' baseUrl = 'https://hentaivn.art'
overrideVersionCode = 8 overrideVersionCode = 9
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.tech", "https://hentaivn.art",
"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.art" baseUrl = "https://sayhentai.ink"
overrideVersionCode = 10 overrideVersionCode = 11
isNsfw = true isNsfw = true
} }

View File

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

View File

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

View File

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