[RU]GroupLe html exception (#15939)

This commit is contained in:
Eshlender 2023-04-02 16:45:17 +05:00 committed by GitHub
parent 0b7da8c15c
commit d9a2d3b1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ abstract class GroupLe(
}
val ratingValue =
infoElement.select(".col-sm-7 .rating-block").attr("data-score").toFloat() * 2
infoElement.select(".rating-block").attr("data-score").toFloat() * 2
val ratingValueOver =
infoElement.select(".info-icon").attr("data-content").substringBeforeLast("/5</b><br/>")
.substringAfterLast(": <b>").replace(",", ".").toFloat() * 2

View File

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