mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
trailer and genres fix
This commit is contained in:
parent
c1487101c5
commit
3bf78badac
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ class Fushaar : MainAPI() {
|
|||
val year = doc.select("header span.yearz").text()?.getIntFromText()
|
||||
val title = doc.select("header h1").text()+" | "+doc.select("header h2").text()
|
||||
val synopsis = doc.select("div.postz").text()
|
||||
val trailer = doc.select("div.rll-youtube-player iframe").attr("src")
|
||||
val tags = doc.select("li.iifo").map { it.select("span.z-s-i").text()+" "+it.select("h8").text() }
|
||||
val trailer = doc.select("#new-stream > div > div.ytb > a").attr("href")
|
||||
val tags = doc.select("div.zoomInUp a").map{it.text()}//doc.select("li.iifo").map { it.select("span.z-s-i").text()+" "+it.select("h8").text() }
|
||||
val rating = doc.select("body > div.new-info.hide-mobile > div > div.z-imdb > div").text()?.toRatingInt()
|
||||
val recommendations = doc.select("article.poster").mapNotNull { element ->
|
||||
element.toSearchResponse()
|
||||
|
|
Loading…
Reference in a new issue