[RU]GroupLe fix title name (#17586)

This commit is contained in:
Eshlender 2023-08-19 01:49:15 +05:00 committed by GitHub
parent 43ad76b7e4
commit 2fdfc8ecec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ abstract class GroupLe(
else -> rawAgeValue
}
val manga = SManga.create()
manga.title = document.select("h1.names .name").text()
manga.title = document.select(".names > .name").text()
manga.author = infoElement.select("span.elem_author").first()?.text() ?: infoElement.select(
"span.elem_screenwriter",
).first()?.text()

View File

@ -9,7 +9,7 @@ class GroupLeGenerator : ThemeSourceGenerator {
override val themeClass = "GroupLe"
override val baseVersionCode = 18
override val baseVersionCode = 19
override val sources = listOf(
SingleLang("ReadManga", "https://readmanga.live", "ru", overrideVersionCode = 46),