Mitigate chapters not found in HentaiVN extension due to redirection to new domain (#11099)
* add missing genre * Update ExtVersionCode to 10 * Update HentaiVN.kt Change domain to mitigate issue where chapters return nothing but still able to search due to redirection * Bump version code to 11
This commit is contained in:
parent
6b7fda2285
commit
a372aac97e
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'HentaiVN'
|
extName = 'HentaiVN'
|
||||||
pkgNameSuffix = 'vi.hentaivn'
|
pkgNameSuffix = 'vi.hentaivn'
|
||||||
extClass = '.HentaiVN'
|
extClass = '.HentaiVN'
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class HentaiVN : ParsedHttpSource() {
|
class HentaiVN : ParsedHttpSource() {
|
||||||
|
|
||||||
override val baseUrl = "https://hentaivn.tv"
|
override val baseUrl = "https://hentaivn.moe"
|
||||||
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…
x
Reference in New Issue
Block a user