HentaiVN: Change URL (#2457)
CI / Prepare job (push) Successful in 5s Details
CI / Build individual modules (push) Successful in 3m2s Details
CI / Publish repo (push) Successful in 41s Details

This commit is contained in:
WarmSeeker6 2024-04-18 00:39:32 +07:00 committed by Draff
parent 597f1ad8d1
commit bbb2922515
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'HentaiVN'
extClass = '.HentaiVN'
extVersionCode = 32
extVersionCode = 33
isNsfw = true
}

View File

@ -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"