LxManga: Update domain (#9016)
* LxManga: Bump versionCode * LxManga: Update defaultBaseUrl * LxManga: Update AndroidManifest
This commit is contained in:
parent
b1aee99028
commit
84efd49e17
@ -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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'LXManga'
|
||||
extClass = '.LxHentai'
|
||||
extVersionCode = 19
|
||||
extVersionCode = 20
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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() }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user