LxHentai update domain (#7195)
This commit is contained in:
parent
554872b754
commit
3766a24892
|
@ -14,7 +14,7 @@
|
|||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="lxmanga.store"
|
||||
android:host="lxmanga.info"
|
||||
android:pathPattern="/truyen/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'LXHentai'
|
||||
extClass = '.LxHentai'
|
||||
extVersionCode = 12
|
||||
extVersionCode = 13
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ class LxHentai : ParsedHttpSource(), ConfigurableSource {
|
|||
|
||||
override val name = "LXHentai"
|
||||
|
||||
private val defaultBaseUrl = "https://lxmanga.live"
|
||||
private val defaultBaseUrl = "https://lxmanga.info"
|
||||
|
||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||
|
||||
|
|
Loading…
Reference in New Issue