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 Draff
parent e062d5d30d
commit 3fc2029917
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
6 changed files with 8 additions and 8 deletions

View File

@ -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
} }

View File

@ -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),
), ),

View File

@ -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"

View File

@ -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,

View File

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

View File

@ -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() }