[RU]GroupLe html exception (#15939)
This commit is contained in:
parent
0b7da8c15c
commit
d9a2d3b1eb
|
@ -117,7 +117,7 @@ abstract class GroupLe(
|
||||||
}
|
}
|
||||||
|
|
||||||
val ratingValue =
|
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 =
|
val ratingValueOver =
|
||||||
infoElement.select(".info-icon").attr("data-content").substringBeforeLast("/5</b><br/>")
|
infoElement.select(".info-icon").attr("data-content").substringBeforeLast("/5</b><br/>")
|
||||||
.substringAfterLast(": <b>").replace(",", ".").toFloat() * 2
|
.substringAfterLast(": <b>").replace(",", ".").toFloat() * 2
|
||||||
|
|
|
@ -9,7 +9,7 @@ class GroupLeGenerator : ThemeSourceGenerator {
|
||||||
|
|
||||||
override val themeClass = "GroupLe"
|
override val themeClass = "GroupLe"
|
||||||
|
|
||||||
override val baseVersionCode = 12
|
override val baseVersionCode = 13
|
||||||
|
|
||||||
override val sources = listOf(
|
override val sources = listOf(
|
||||||
SingleLang("ReadManga", "https://readmanga.live", "ru", overrideVersionCode = 46),
|
SingleLang("ReadManga", "https://readmanga.live", "ru", overrideVersionCode = 46),
|
||||||
|
|
Loading…
Reference in New Issue