Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
monica committed Dec 30, 2023
2 parents 638b60d + 248803c commit efaa9db
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gomov/src/main/kotlin/com/hexated/Ngefilm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.mainPageOf

class Ngefilm : Gomov() {
override var mainUrl = "https://tv.ngefilm21.homes"
override var mainUrl = "https://tv1.ngefilm21.homes"
override var name = "Ngefilm"
override val mainPage = mainPageOf(
"/page/%d/?s&search=advanced&post_type=movie&index&orderby&genre&movieyear&country&quality=" to "Movies Terbaru",
Expand Down
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 efaa9db

Please sign in to comment.