[HentaiVN] Change base URL (#16681)

* [HentaiVN] Change base URL

* Update build.gradle
This commit is contained in:
beerpsi 2023-06-08 00:25:25 +07:00 committed by GitHub
parent 812d904979
commit 7b6ad2d251
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 = 24
extVersionCode = 25
isNsfw = true
}

View File

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