[RU]Desu new domain (#17903)

This commit is contained in:
Eshlender 2023-09-16 00:23:18 +05:00 committed by GitHub
parent 2cfde4e2eb
commit d7ddac2e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"