uaserials: fix rating
This commit is contained in:
parent
f257f02710
commit
79539ef4a7
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class UAserialsVipProvider : MainAPI() {
|
|||
|
||||
val description = document.select(".full-text").text()
|
||||
// val author = someInfo.select("strong:contains(Студія:)").next().html()
|
||||
val rating = document.selectFirst(".dd-imdb-colours")?.text().toRatingInt()
|
||||
val rating = document.selectFirst(".page__rating-item--critics div")?.text().toRatingInt()
|
||||
|
||||
val recommendations = document.select(".poster-item").map {
|
||||
it.toSearchResponse()
|
||||
|
|
Loading…
Reference in a new issue