[HentaiVN] Change base URL (#16681)
* [HentaiVN] Change base URL * Update build.gradle
This commit is contained in:
parent
812d904979
commit
7b6ad2d251
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'HentaiVN'
|
extName = 'HentaiVN'
|
||||||
pkgNameSuffix = 'vi.hentaivn'
|
pkgNameSuffix = 'vi.hentaivn'
|
||||||
extClass = '.HentaiVN'
|
extClass = '.HentaiVN'
|
||||||
extVersionCode = 24
|
extVersionCode = 25
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class HentaiVN : ParsedHttpSource() {
|
class HentaiVN : ParsedHttpSource() {
|
||||||
|
|
||||||
override val baseUrl = "https://hentaivn.team"
|
override val baseUrl = "https://hentaivn.site"
|
||||||
override val lang = "vi"
|
override val lang = "vi"
|
||||||
override val name = "HentaiVN"
|
override val name = "HentaiVN"
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
|
|
Loading…
Reference in New Issue