Skip to content

Commit

Permalink
update: some domains and kgp (#477)
Browse files Browse the repository at this point in the history
* Update kgp

* Update YomoviesProvider.kt

* Update build.gradle.kts

* Update Movierulzhd.kt

* Update Hdmovie2.kt

* Update build.gradle.kts
  • Loading branch information
IndusAryan authored Dec 29, 2023
1 parent bf4337a commit 8178fc1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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 = 55
version = 56


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.li"
override var mainUrl = "https://hdmovie2.foo"
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 @@ -11,7 +11,7 @@ import java.net.URI

open class Movierulzhd : MainAPI() {

override var mainUrl = "https://movierulzhd.bet"
override var mainUrl = "https://movierulzhd.host"
var directUrl = ""
override var name = "Movierulzhd"
override val hasMainPage = true
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 = 25
version = 26


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.media"
override var mainUrl = "https://yomovies.boo"
private var directUrl = ""
override var name = "Yomovies"
override val hasMainPage = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath("com.android.tools.build:gradle:7.0.4")
// Cloudstream gradle plugin which makes everything work and builds plugins
classpath("com.github.recloudstream:gradle:-SNAPSHOT")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
}
}

Expand Down

0 comments on commit 8178fc1

Please sign in to comment.