Merge branch 'master' of https://github.com/ImZaw/cloudstream-extensions-arabic
This commit is contained in:
commit
82bee9dd98
3 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@ class EgyBest : MainAPI() {
|
|||
"$mainUrl/masrahiyat/?page=" to "مسرحيات ",
|
||||
"$mainUrl/movies/latest?page=" to "أحدث الاضافات",
|
||||
"$mainUrl/movies/comedy?page=" to "أفلام كوميدية",
|
||||
"$mainUrl/explore/?q=superhero?page=" to "أفلام سوبر هيرو",
|
||||
"$mainUrl/explore/?q=superhero/" to "أفلام سوبر هيرو",
|
||||
"$mainUrl/movies/animation?page=" to "أفلام انمي و كرتون",
|
||||
"$mainUrl/movies/romance?page=" to "أفلام رومانسية",
|
||||
"$mainUrl/movies/drama?page=" to "أفلام دراما",
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Arabic providers repository for CloudStream
|
||||
|
||||
[Download](https://cloudstream-extensions-arabic.zr5.repl.co/?click=download)
|
||||
[Download](https://recloudstream.github.io/repos/)
|
||||
|
||||
[Site request](https://cloudstream-extensions-arabic.zr5.repl.co/site-request)
|
||||
[Site request](https://github.com/ImZaw/cloudstream-extensions-arabic/issues/8)
|
||||
|
|
Loading…
Reference in a new issue