LxHentai update domain (#7195)

This commit is contained in:
are-are-are 2025-01-17 22:31:57 +07:00 committed by Draff
parent 554872b754
commit 3766a24892
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
ext {
extName = 'LXHentai'
extClass = '.LxHentai'
extVersionCode = 12
extVersionCode = 13
isNsfw = true
}

View File

@ -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() }