[RU]Remanga domain change (#9785)

This commit is contained in:
e-shl 2021-11-10 22:12:29 +05:00 committed by GitHub
parent 3f943294bb
commit b2ee320a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,10 @@ package="eu.kanade.tachiyomi.extension">
android:host="remanga.org" android:host="remanga.org"
android:pathPattern="/manga/..*" android:pathPattern="/manga/..*"
android:scheme="https" /> android:scheme="https" />
<data
android:host="xn--80aaig9ahr.xn--c1avg"
android:pathPattern="/manga/..*"
android:scheme="https" />
</intent-filter> </intent-filter>
</activity> </activity>
</application> </application>

View File

@ -6,7 +6,7 @@ ext {
extName = 'Remanga' extName = 'Remanga'
pkgNameSuffix = 'ru.remanga' pkgNameSuffix = 'ru.remanga'
extClass = '.Remanga' extClass = '.Remanga'
extVersionCode = 37 extVersionCode = 38
} }
dependencies { dependencies {

View File

@ -58,7 +58,7 @@ import kotlin.random.Random
class Remanga : ConfigurableSource, HttpSource() { class Remanga : ConfigurableSource, HttpSource() {
override val name = "Remanga" override val name = "Remanga"
override val baseUrl = "https://api.remanga.org" override val baseUrl = "https://api.xn--80aaig9ahr.xn--c1avg"
override val lang = "ru" override val lang = "ru"