Update Link. (#6795)

* Update HentaiVN.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-05-03 00:44:51 +06:00 committed by GitHub
parent a397630ec8
commit 4c5f86ed6b
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 = 8
extVersionCode = 9
libVersion = '1.2'
containsNsfw = true
}

View File

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