Update domain HentaiVN (#14432)
This commit is contained in:
parent
e98ce3a1dc
commit
83e7023d7f
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'HentaiVN'
|
extName = 'HentaiVN'
|
||||||
pkgNameSuffix = 'vi.hentaivn'
|
pkgNameSuffix = 'vi.hentaivn'
|
||||||
extClass = '.HentaiVN'
|
extClass = '.HentaiVN'
|
||||||
extVersionCode = 14
|
extVersionCode = 15
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class HentaiVN : ParsedHttpSource() {
|
class HentaiVN : ParsedHttpSource() {
|
||||||
|
|
||||||
override val baseUrl = "https://hentaivn.la"
|
override val baseUrl = "https://hentaivn.in"
|
||||||
override val lang = "vi"
|
override val lang = "vi"
|
||||||
override val name = "HentaiVN"
|
override val name = "HentaiVN"
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
@ -73,7 +73,7 @@ class HentaiVN : ParsedHttpSource() {
|
|||||||
|
|
||||||
override fun chapterListRequest(manga: SManga): Request {
|
override fun chapterListRequest(manga: SManga): Request {
|
||||||
val mangaId = manga.url.substringAfterLast("/").substringBefore('-')
|
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) = ""
|
override fun imageUrlParse(document: Document) = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user