Update Base URL Hentaivn (#14537)

This commit is contained in:
are-are-are 2022-12-15 18:46:44 +07:00 committed by GitHub
parent df8c63bff7
commit f72a3213f0
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' extName = 'HentaiVN'
pkgNameSuffix = 'vi.hentaivn' pkgNameSuffix = 'vi.hentaivn'
extClass = '.HentaiVN' extClass = '.HentaiVN'
extVersionCode = 16 extVersionCode = 17
isNsfw = true isNsfw = true
} }

View File

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