Update domain NhatTruyenS, VlogTruyen, HentaiVNPlus (#6095)
* Update domain NhatTruyenS * Update domain VlogTruyen * Update domain HentaiVNPlus
This commit is contained in:
parent
e062d5d30d
commit
3fc2029917
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'HentaiVN.plus'
|
extName = 'HentaiVN.plus'
|
||||||
extClass = '.HentaiVNPlus'
|
extClass = '.HentaiVNPlus'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hentaivn.vin'
|
baseUrl = 'https://hentaivn.mom'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ import java.util.Locale
|
||||||
class HentaiVNPlus :
|
class HentaiVNPlus :
|
||||||
Madara(
|
Madara(
|
||||||
"HentaiVN.plus",
|
"HentaiVN.plus",
|
||||||
"https://hentaivn.vin",
|
"https://hentaivn.mom",
|
||||||
"vi",
|
"vi",
|
||||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||||
),
|
),
|
||||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'NhatTruyenS (unoriginal)'
|
extName = 'NhatTruyenS (unoriginal)'
|
||||||
extClass = '.NhatTruyenS'
|
extClass = '.NhatTruyenS'
|
||||||
themePkg = 'wpcomics'
|
themePkg = 'wpcomics'
|
||||||
baseUrl = 'https://nhattruyenss.net'
|
baseUrl = 'https://www.nhattruyenss.net'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -11,7 +11,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class NhatTruyenS : WPComics(
|
class NhatTruyenS : WPComics(
|
||||||
"NhatTruyenS (unoriginal)",
|
"NhatTruyenS (unoriginal)",
|
||||||
"https://nhattruyenss.net",
|
"https://www.nhattruyenss.net",
|
||||||
"vi",
|
"vi",
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
||||||
gmtOffset = null,
|
gmtOffset = null,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'VlogTruyen'
|
extName = 'VlogTruyen'
|
||||||
extClass = '.VlogTruyen'
|
extClass = '.VlogTruyen'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
|
||||||
|
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
|
|
||||||
private val defaultBaseUrl = "https://vlogtruyen33.com"
|
private val defaultBaseUrl = "https://vlogtruyen34.com"
|
||||||
|
|
||||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue