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:
Reifuku 2022-03-14 19:22:15 +09:00 committed by GitHub
parent 6b7fda2285
commit a372aac97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'HentaiVN'
pkgNameSuffix = 'vi.hentaivn'
extClass = '.HentaiVN'
extVersionCode = 10
extVersionCode = 11
isNsfw = true
}

View File

@ -23,7 +23,7 @@ import java.util.Locale
class HentaiVN : ParsedHttpSource() {
override val baseUrl = "https://hentaivn.tv"
override val baseUrl = "https://hentaivn.moe"
override val lang = "vi"
override val name = "HentaiVN"
override val supportsLatest = true