Update domain NhatTruyenS, VlogTruyen, HentaiVNPlus (#6095)

* Update domain NhatTruyenS

* Update domain VlogTruyen

* Update domain HentaiVNPlus
This commit is contained in:
are-are-are 2024-11-17 20:16:37 +07:00 committed by GitHub
parent 5c4c6c708f
commit 3d07107b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.vin'
overrideVersionCode = 3
baseUrl = 'https://hentaivn.mom'
overrideVersionCode = 4
isNsfw = true
}

View File

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

View File

@ -2,8 +2,8 @@ ext {
extName = 'NhatTruyenS (unoriginal)'
extClass = '.NhatTruyenS'
themePkg = 'wpcomics'
baseUrl = 'https://nhattruyenss.net'
overrideVersionCode = 1
baseUrl = 'https://www.nhattruyenss.net'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -11,7 +11,7 @@ import java.util.Locale
class NhatTruyenS : WPComics(
"NhatTruyenS (unoriginal)",
"https://nhattruyenss.net",
"https://www.nhattruyenss.net",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
gmtOffset = null,

View File

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

View File

@ -41,7 +41,7 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
override val supportsLatest = true
private val defaultBaseUrl = "https://vlogtruyen33.com"
private val defaultBaseUrl = "https://vlogtruyen34.com"
override val baseUrl by lazy { getPrefBaseUrl() }