Grouple: fix pages, update domains (#10469)
* Grouple: fix pages * Grouple: update domains * Grouple: apply suggestion
This commit is contained in:
parent
b39f94faae
commit
9cb0134130
@ -2,4 +2,4 @@ plugins {
|
|||||||
id("lib-multisrc")
|
id("lib-multisrc")
|
||||||
}
|
}
|
||||||
|
|
||||||
baseVersionCode = 33
|
baseVersionCode = 34
|
||||||
|
@ -373,8 +373,8 @@ abstract class GroupLe(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val readerMark = when {
|
val readerMark = when {
|
||||||
html.contains("rm_h.readerDoInit([") -> "rm_h.readerDoInit(["
|
html.contains("rm_h.readerInit(") -> "rm_h.readerInit("
|
||||||
html.contains("rm_h.readerInit([") -> "rm_h.readerInit(["
|
html.contains("rm_h.readerDoInit(") -> "rm_h.readerDoInit("
|
||||||
!response.request.url.toString().contains(baseUrl) -> {
|
!response.request.url.toString().contains(baseUrl) -> {
|
||||||
throw Exception("Не удалось загрузить главу. Url: ${response.request.url}")
|
throw Exception("Не удалось загрузить главу. Url: ${response.request.url}")
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ ext {
|
|||||||
extName = 'ReadManga'
|
extName = 'ReadManga'
|
||||||
extClass = '.ReadManga'
|
extClass = '.ReadManga'
|
||||||
themePkg = 'grouple'
|
themePkg = 'grouple'
|
||||||
baseUrl = 'https://zz.readmanga.io'
|
baseUrl = 'https://a.zazaza.me'
|
||||||
overrideVersionCode = 47
|
overrideVersionCode = 47
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ import eu.kanade.tachiyomi.multisrc.grouple.GroupLe
|
|||||||
import eu.kanade.tachiyomi.source.model.FilterList
|
import eu.kanade.tachiyomi.source.model.FilterList
|
||||||
import keiyoushi.utils.getPreferences
|
import keiyoushi.utils.getPreferences
|
||||||
|
|
||||||
class ReadManga : GroupLe("ReadManga", "https://zz.readmanga.io", "ru") {
|
class ReadManga : GroupLe("ReadManga", "https://a.zazaza.me", "ru") {
|
||||||
|
|
||||||
override val id: Long = 5
|
override val id: Long = 5
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ ext {
|
|||||||
extName = 'SelfManga'
|
extName = 'SelfManga'
|
||||||
extClass = '.SelfManga'
|
extClass = '.SelfManga'
|
||||||
themePkg = 'grouple'
|
themePkg = 'grouple'
|
||||||
baseUrl = 'https://selfmanga.live'
|
baseUrl = 'https://1.selfmanga.live'
|
||||||
overrideVersionCode = 23
|
overrideVersionCode = 23
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ import eu.kanade.tachiyomi.multisrc.grouple.GroupLe
|
|||||||
import eu.kanade.tachiyomi.source.model.FilterList
|
import eu.kanade.tachiyomi.source.model.FilterList
|
||||||
import keiyoushi.utils.getPreferences
|
import keiyoushi.utils.getPreferences
|
||||||
|
|
||||||
class SelfManga : GroupLe("SelfManga", "https://selfmanga.live", "ru") {
|
class SelfManga : GroupLe("SelfManga", "https://1.selfmanga.live", "ru") {
|
||||||
|
|
||||||
override val id: Long = 5227602742162454547
|
override val id: Long = 5227602742162454547
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user