Skip to content

Commit

Permalink
update: yo, hdm2, movrlz and hdchennemi (#358)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update Hdfilmcehennemi.kt

* Update Movierulzhd.kt

* Update Hdmovie2.kt

* Update build.gradle.kts

* Update YomoviesProvider.kt

* Update build.gradle.kts
  • Loading branch information
IndusAryan authored Nov 3, 2023
1 parent 0ef8084 commit 2e5b552
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Hdfilmcehennemi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 11
version = 12


cloudstream {
Expand All @@ -23,4 +23,4 @@ cloudstream {
)

iconUrl = "https://www.google.com/s2/favicons?domain=hdfilmcehennemi.live&sz=%size%"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -242,4 +242,4 @@ class Hdfilmcehennemi : MainAPI() {
@JsonProperty("slug") val slug: String? = null,
@JsonProperty("slug_prefix") val slugPrefix: String? = null,
)
}
}
2 changes: 1 addition & 1 deletion Movierulzhd/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 48
version = 49


cloudstream {
Expand Down
2 changes: 1 addition & 1 deletion Movierulzhd/src/main/kotlin/com/hexated/Hdmovie2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jsoup.Jsoup

class Hdmovie2 : Movierulzhd() {

override var mainUrl = "https://hdmovie2.cam"
override var mainUrl = "https://hdmovie2.la"
override var name = "Hdmovie2"
override val mainPage = mainPageOf(
"trending" to "Trending",
Expand Down
2 changes: 1 addition & 1 deletion Movierulzhd/src/main/kotlin/com/hexated/Movierulzhd.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.net.URI

open class Movierulzhd : MainAPI() {

override var mainUrl = "https://movierulzhd.wine"
override var mainUrl = "https://movierulzhd.show"

var directUrl = ""
override var name = "Movierulzhd"
Expand Down
2 changes: 1 addition & 1 deletion YomoviesProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 21
version = 22


cloudstream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
import java.net.URI

open class YomoviesProvider : MainAPI() {
override var mainUrl = "https://yomovies.support"
override var mainUrl = "https://yomovies.watch"
private var directUrl = ""
override var name = "Yomovies"
override val hasMainPage = true
Expand Down

0 comments on commit 2e5b552

Please sign in to comment.