[RU]GroupLe fix error pages and fake loads (#184)

This commit is contained in:
Eshlender 2024-01-12 20:52:08 +05:00 committed by Draff
parent a9faf70d33
commit 2b9b92ceaa
2 changed files with 2 additions and 6 deletions

View File

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

View File

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