[RU]Desu new domain (#17903)
This commit is contained in:
parent
2cfde4e2eb
commit
d7ddac2e3c
@ -18,6 +18,10 @@
|
|||||||
android:host="desu.me"
|
android:host="desu.me"
|
||||||
android:pathPattern="/manga/..*"
|
android:pathPattern="/manga/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="desu.win"
|
||||||
|
android:pathPattern="/manga/..*"
|
||||||
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = 'Desu'
|
extName = 'Desu'
|
||||||
pkgNameSuffix = 'ru.desu'
|
pkgNameSuffix = 'ru.desu'
|
||||||
extClass = '.Desu'
|
extClass = '.Desu'
|
||||||
extVersionCode = 22
|
extVersionCode = 23
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -40,7 +40,7 @@ class Desu : ConfigurableSource, HttpSource() {
|
|||||||
|
|
||||||
override val id: Long = 6684416167758830305
|
override val id: Long = 6684416167758830305
|
||||||
|
|
||||||
override val baseUrl = "https://desu.me"
|
override val baseUrl = "https://desu.win"
|
||||||
|
|
||||||
override val lang = "ru"
|
override val lang = "ru"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user