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
1 changed files with 2 additions and 2 deletions

View File

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