parent
89308ebcac
commit
a53cb1bd8d
|
@ -14,7 +14,7 @@
|
|||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="lxmanga.icu"
|
||||
android:host="lxmanga.life"
|
||||
android:pathPattern="/truyen/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'LXHentai'
|
||||
extClass = '.LxHentai'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class LxHentai : ParsedHttpSource() {
|
|||
|
||||
override val name = "LXHentai"
|
||||
|
||||
override val baseUrl = "https://lxmanga.cfd"
|
||||
override val baseUrl = "https://lxmanga.life"
|
||||
|
||||
override val lang = "vi"
|
||||
|
||||
|
|
Loading…
Reference in New Issue