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:
parent
ec62056e09
commit
cd03d78928
@ -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
|
||||
}
|
||||
|
||||
|
@ -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")),
|
||||
),
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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),
|
||||
),
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
ext {
|
||||
extName = 'ThichDoc'
|
||||
extName = 'VlogTruyen'
|
||||
extClass = '.VlogTruyen'
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
|
@ -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() }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user