update: yo, hdm2, movrlz and hdchennemi (#358)

* Update build.gradle.kts

* Update Hdfilmcehennemi.kt

* Update Movierulzhd.kt

* Update Hdmovie2.kt

* Update build.gradle.kts

* Update YomoviesProvider.kt

* Update build.gradle.kts
This commit is contained in:
IndusAryan 2023-11-03 20:20:25 +05:30 committed by GitHub
parent 0ef808420c
commit 2e5b5523ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 11
version = 12
cloudstream {
@ -23,4 +23,4 @@ cloudstream {
)
iconUrl = "https://www.google.com/s2/favicons?domain=hdfilmcehennemi.live&sz=%size%"
}
}

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,
)
}
}