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