Update Hdfilmcehennemi.kt

This commit is contained in:
imetadragon 2023-11-03 11:45:20 +03:00 committed by GitHub
parent 3a306d8075
commit 7d98311b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
import org.jsoup.nodes.Element import org.jsoup.nodes.Element
class Hdfilmcehennemi : MainAPI() { class Hdfilmcehennemi : MainAPI() {
override var mainUrl = "https://www.hdfilmcehennemi.life" override var mainUrl = "https://www.hdfilmcehennemi.de"
override var name = "hdfilmcehennemi" override var name = "hdfilmcehennemi"
override val hasMainPage = true override val hasMainPage = true
override var lang = "tr" override var lang = "tr"
@ -242,4 +242,4 @@ class Hdfilmcehennemi : MainAPI() {
@JsonProperty("slug") val slug: String? = null, @JsonProperty("slug") val slug: String? = null,
@JsonProperty("slug_prefix") val slugPrefix: String? = null, @JsonProperty("slug_prefix") val slugPrefix: String? = null,
) )
} }