HentaiVN URL change (#2225)
* URL update for LXhentai * hentaivn change url
This commit is contained in:
parent
69624b4193
commit
f69e16b3bb
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'HentaiVN'
|
||||
extClass = '.HentaiVN'
|
||||
extVersionCode = 31
|
||||
extVersionCode = 32
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
|
||||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||
}
|
||||
|
||||
private val defaultBaseUrl = "https://hentaivn.tv"
|
||||
private val defaultBaseUrl = "https://henvn.tv"
|
||||
override val baseUrl by lazy { preferences.getString(PREF_KEY_BASE_URL, defaultBaseUrl)!! }
|
||||
|
||||
override val name = "HentaiVN"
|
||||
@ -421,7 +421,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
|
||||
)
|
||||
|
||||
// console.log(jQuery.makeArray($('ul.ul-search > li').map((i, e) => `Genre("${e.textContent}", "${e.children[0].value}")`)).join(',\n'))
|
||||
// https://hentaivn.autos/forum/search-plus.php
|
||||
// https://henvn.tv/forum/search-plus.php
|
||||
private fun getGenreList() = listOf(
|
||||
Genre("3D Hentai", "3"),
|
||||
Genre("Action", "5"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user