[RU]GroupLe fix title name (#17586)
This commit is contained in:
parent
43ad76b7e4
commit
2fdfc8ecec
|
@ -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()
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue