diff --git a/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt b/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt index b4e11f74..1c1113dc 100644 --- a/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt +++ b/DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt @@ -11,8 +11,8 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Element class DramaSerial : MainAPI() { - override var mainUrl = "https://tv1.dramaserial.id" - private var serverUrl = "https://juraganfilm.info" + override var mainUrl = "https://tv3.dramaserial.id" + private var serverUrl = "http://31.220.73.179/" override var name = "DramaSerial" override val hasMainPage = true override var lang = "id" diff --git a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt index 3ae7ed45..48acf2cb 100644 --- a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt @@ -3,12 +3,8 @@ package com.hexated import com.lagradost.cloudstream3.mainPageOf class Ngefilm : Gomov() { - - override var mainUrl = "https://nge-film21.fun" - - + override var mainUrl = "https://nge-film21.pics/" 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", "/page/%d/?s=&search=advanced&post_type=tv&index=&orderby=&genre=&movieyear=&country=&quality=" to "Series Terbaru", diff --git a/Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt b/Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt index 0597c5c1..c697f403 100644 --- a/Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt +++ b/Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt @@ -9,7 +9,7 @@ import org.jsoup.nodes.Element import java.net.URI class Nodrakorid : Gomov() { - override var mainUrl = "https://nodra-kor.xyz" + override var mainUrl = "https://no-dra-kor-id.shop" override var name = "Nodrakorid" override val mainPage = mainPageOf( @@ -151,4 +151,4 @@ class Nodrakorid : Gomov() { @JsonProperty("first") var first: String, @JsonProperty("second") var second: String ) -} \ No newline at end of file +} diff --git a/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt b/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt index ae4f7639..3a18e469 100644 --- a/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt @@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse import com.lagradost.cloudstream3.* class Pusatfilm : Gomov() { - override var mainUrl = "http://185.190.140.116" + override var mainUrl = "http://31.220.90.203/" override var name = "Pusatfilm" override val mainPage = mainPageOf( diff --git a/RebahinProvider/build.gradle.kts b/RebahinProvider/build.gradle.kts index 1b2ff64e..6f308335 100644 --- a/RebahinProvider/build.gradle.kts +++ b/RebahinProvider/build.gradle.kts @@ -25,5 +25,5 @@ cloudstream { ) - iconUrl = "https://www.google.com/s2/favicons?domain=179.43.163.53&sz=%size%" + iconUrl = "https://www.google.com/s2/favicons?domain=179.43.163.54&sz=%size%" }