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 org.jsoup.nodes.Element
|
||||
|
||||
class FushaarProvider : MainAPI() {
|
||||
class Fushaar : MainAPI() {
|
||||
override var lang = "ar"
|
||||
override var mainUrl = "https://www.fushaar.com"
|
||||
override var name = "Fushaar"
|
||||
|
@ -29,7 +29,7 @@ class FushaarProvider : MainAPI() {
|
|||
return MovieSearchResponse(
|
||||
title,
|
||||
url.select("a").attr("href"),
|
||||
this@FushaarProvider.name,
|
||||
this@Fushaar.name,
|
||||
TvType.Movie,
|
||||
posterUrl,
|
||||
year,
|
||||
|
|
Loading…
Reference in a new issue