Update domain HentaiVN (#14432)

This commit is contained in:
dejavui 2022-12-01 22:49:40 +07:00 committed by GitHub
parent e98ce3a1dc
commit 83e7023d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -23,7 +23,7 @@ import java.util.Locale
class HentaiVN : ParsedHttpSource() {
override val baseUrl = "https://hentaivn.la"
override val baseUrl = "https://hentaivn.in"
override val lang = "vi"
override val name = "HentaiVN"
override val supportsLatest = true
@ -73,7 +73,7 @@ class HentaiVN : ParsedHttpSource() {
override fun chapterListRequest(manga: SManga): Request {
val mangaId = manga.url.substringAfterLast("/").substringBefore('-')
return GET("https://hentaivn.fun/list-showchapter.php?idchapshow=$mangaId", headers)
return GET("$baseUrl/list-showchapter.php?idchapshow=$mangaId", headers)
}
override fun imageUrlParse(document: Document) = ""