Changed domain for hentaivn (#17088)

This commit is contained in:
anewadventure 2023-07-14 02:03:27 +07:00 committed by GitHub
parent 1e2bce3809
commit 1b0d3c9e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -27,7 +27,7 @@ import java.util.Locale
class HentaiVN : ParsedHttpSource() {
override val baseUrl = "https://hentaivn.site"
override val baseUrl = "https://hentaivn.autos"
override val lang = "vi"
override val name = "HentaiVN"
override val supportsLatest = true
@ -284,7 +284,7 @@ class HentaiVN : ParsedHttpSource() {
)
// jQuery.makeArray($('#container > div > div > div.box-box.textbox > form > ul:nth-child(7) > li').map((i, e) => `Genre("${e.textContent}", "${e.children[0].value}")`)).join(',\n')
// https://hentaivn.net/forum/search-plus.php
// https://hentaivn.autos/forum/search-plus.php
private fun getGenreList() = listOf(
Genre("3D Hentai", "3"),
Genre("Action", "5"),
@ -459,7 +459,7 @@ class HentaiVN : ParsedHttpSource() {
)
// jQuery.makeArray($('#container > div > div > div.box-box.textbox > form > ul:nth-child(8) > li').map((i, e) => `TransGroup("${e.textContent}", "${e.children[0].value}")`)).join(',\n')
// https://hentaivn.net/forum/search-plus.php
// https://hentaivn.autos/forum/search-plus.php
private fun getGroupList() = arrayOf(
TransGroup("Tất cả", "0"),
TransGroup("Đang cập nhật", "1"),