Update FushaarProvider.kt
This commit is contained in:
parent
0f541698b6
commit
a3c51b4eb6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||||
import com.lagradost.cloudstream3.utils.Qualities
|
import com.lagradost.cloudstream3.utils.Qualities
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class FushaarProvider : MainAPI() {
|
class Fushaar : MainAPI() {
|
||||||
override var lang = "ar"
|
override var lang = "ar"
|
||||||
override var mainUrl = "https://www.fushaar.com"
|
override var mainUrl = "https://www.fushaar.com"
|
||||||
override var name = "Fushaar"
|
override var name = "Fushaar"
|
||||||
|
@ -29,7 +29,7 @@ class FushaarProvider : MainAPI() {
|
||||||
return MovieSearchResponse(
|
return MovieSearchResponse(
|
||||||
title,
|
title,
|
||||||
url.select("a").attr("href"),
|
url.select("a").attr("href"),
|
||||||
this@FushaarProvider.name,
|
this@Fushaar.name,
|
||||||
TvType.Movie,
|
TvType.Movie,
|
||||||
posterUrl,
|
posterUrl,
|
||||||
year,
|
year,
|
||||||
|
|
Loading…
Reference in a new issue