[RU]GroupLe fix error pages and fake loads (#184)
This commit is contained in:
parent
a9faf70d33
commit
2b9b92ceaa
|
@ -286,11 +286,7 @@ abstract class GroupLe(
|
|||
|
||||
val html = document.html()
|
||||
|
||||
var readerMark = "rm_h.initReader( ["
|
||||
|
||||
if (!html.contains(readerMark)) {
|
||||
readerMark = "rm_h.readerInit( 0,["
|
||||
}
|
||||
var readerMark = "rm_h.readerDoInit(["
|
||||
|
||||
if (!html.contains(readerMark)) {
|
||||
if (document.select(".input-lg").isNotEmpty() || (document.select(".user-avatar").isNullOrEmpty() && document.select("img.logo").first()?.attr("title")?.contains("Allhentai") == true)) {
|
||||
|
|
|
@ -9,7 +9,7 @@ class GroupLeGenerator : ThemeSourceGenerator {
|
|||
|
||||
override val themeClass = "GroupLe"
|
||||
|
||||
override val baseVersionCode = 20
|
||||
override val baseVersionCode = 21
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("ReadManga", "https://readmanga.live", "ru", overrideVersionCode = 46),
|
||||
|
|
Loading…
Reference in New Issue