HentaiVN: Change URL (#2457)
This commit is contained in:
parent
597f1ad8d1
commit
bbb2922515
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'HentaiVN'
|
||||
extClass = '.HentaiVN'
|
||||
extVersionCode = 32
|
||||
extVersionCode = 33
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
|
|||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||
}
|
||||
|
||||
private val defaultBaseUrl = "https://henvn.tv"
|
||||
private val defaultBaseUrl = "https://hentaihvn.tv"
|
||||
override val baseUrl by lazy { preferences.getString(PREF_KEY_BASE_URL, defaultBaseUrl)!! }
|
||||
|
||||
override val name = "HentaiVN"
|
||||
|
|
Loading…
Reference in New Issue