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' extName = 'HentaiVN'
pkgNameSuffix = 'vi.hentaivn' pkgNameSuffix = 'vi.hentaivn'
extClass = '.HentaiVN' extClass = '.HentaiVN'
extVersionCode = 8 extVersionCode = 9
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true containsNsfw = true
} }

View File

@ -25,7 +25,7 @@ import java.util.Locale
@Nsfw @Nsfw
class HentaiVN : ParsedHttpSource() { class HentaiVN : ParsedHttpSource() {
override val baseUrl = "https://hentaivn.net" 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