[RU]ReadManga update domain (#12597)

This commit is contained in:
Ejan 2022-07-16 20:11:12 +05:00 committed by GitHub
parent 6bae024610
commit 0fbf2f3e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import eu.kanade.tachiyomi.source.model.FilterList
import okhttp3.HttpUrl.Companion.toHttpUrlOrNull import okhttp3.HttpUrl.Companion.toHttpUrlOrNull
import okhttp3.Request import okhttp3.Request
class ReadManga : GroupLe("ReadManga", "https://readmanga.io", "ru"){ class ReadManga : GroupLe("ReadManga", "https://readmanga.live", "ru"){
override val id: Long = 5 override val id: Long = 5

View File

@ -12,7 +12,7 @@ class GroupLeGenerator: ThemeSourceGenerator {
override val baseVersionCode: Int = 4 override val baseVersionCode: Int = 4
override val sources = listOf( override val sources = listOf(
SingleLang("ReadManga", "https://readmanga.io", "ru", overrideVersionCode = 45), SingleLang("ReadManga", "https://readmanga.live", "ru", overrideVersionCode = 46),
SingleLang("MintManga", "https://mintmanga.live", "ru", overrideVersionCode = 46), SingleLang("MintManga", "https://mintmanga.live", "ru", overrideVersionCode = 46),
SingleLang("AllHentai", "http://23.allhen.online", "ru",isNsfw = true, overrideVersionCode = 22), SingleLang("AllHentai", "http://23.allhen.online", "ru",isNsfw = true, overrideVersionCode = 22),
SingleLang("SelfManga", "https://selfmanga.live", "ru", overrideVersionCode = 22), SingleLang("SelfManga", "https://selfmanga.live", "ru", overrideVersionCode = 22),