2
1
Fork 1
mirror of https://github.com/yoyzo/arab synced 2024-08-15 03:15:00 +00:00

Update FushaarProvider.kt

This commit is contained in:
Zaw 2022-08-22 23:58:31 +03:00 committed by GitHub
parent 0f541698b6
commit a3c51b4eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,