LxManga: Update domain (#9016)

* LxManga: Bump versionCode

* LxManga: Update defaultBaseUrl

* LxManga: Update AndroidManifest
This commit is contained in:
Smol Ame 2025-05-29 17:42:23 -08:00 committed by Draff
parent b1aee99028
commit 84efd49e17
Signed by: Draff
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.help"
android:host="lxmanga.blog"
android:pathPattern="/truyen/..*"
android:scheme="https" />
</intent-filter>

View File

@ -1,7 +1,7 @@
ext {
extName = 'LXManga'
extClass = '.LxHentai'
extVersionCode = 19
extVersionCode = 20
isNsfw = true
}

View File

@ -29,7 +29,7 @@ class LxHentai : ParsedHttpSource(), ConfigurableSource {
override val id = 6495630445796108150
private val defaultBaseUrl = "https://lxmanga.help"
private val defaultBaseUrl = "https://lxmanga.blog"
override val baseUrl by lazy { getPrefBaseUrl() }