From fc909fa65b35b2a3f527f24fc588a2620417626b Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:42:47 +0700 Subject: [PATCH 1/2] Adityajd patch 1 (#447) * Update RebahinProvider.kt * Update LayarKacaProvider.kt update main url ="https://tv3.lk21official.wiki" change to "https://tv4.lk21official.wiki" * Update LayarKacaProvider.kt * Update Dubbindo.kt update domain * Update Cgvindo.kt * Update DramaidProvider.kt * Update DutaMovie.kt * Update Ngefilm.kt * Update Pusatfilm.kt * Update LayarKacaProvider.kt * Update build.gradle.kts * Update RebahinProvider.kt * Update DutaMovie.kt Update mainurl --- Gomov/src/main/kotlin/com/hexated/DutaMovie.kt | 8 ++++++-- Gomov/src/main/kotlin/com/hexated/Ngefilm.kt | 5 ++++- .../src/main/kotlin/com/hexated/RebahinProvider.kt | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt b/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt index bdd0eb19..270bf211 100644 --- a/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt +++ b/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt @@ -6,8 +6,12 @@ import com.lagradost.cloudstream3.utils.httpsify import com.lagradost.cloudstream3.utils.loadExtractor class DutaMovie : Gomov() { - override var mainUrl = "https://bioskop.dutamovie21.vip" - override var name = "DutaMovie" + + override var mainUrl = "https://cinema.dutamovie21.vip" + + + +override var name = "DutaMovie" override val mainPage = mainPageOf( "category/box-office/page/%d/" to "Box Office", "category/serial-tv/page/%d/" to "Serial TV", diff --git a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt index 5cce0654..3ae7ed45 100644 --- a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt @@ -3,7 +3,10 @@ package com.hexated import com.lagradost.cloudstream3.mainPageOf class Ngefilm : Gomov() { - override var mainUrl = "https://nge-film21.pics" + + override var mainUrl = "https://nge-film21.fun" + + override var name = "Ngefilm" override val mainPage = mainPageOf( diff --git a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProvider.kt b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProvider.kt index a0c2c13e..6bec8822 100644 --- a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProvider.kt +++ b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProvider.kt @@ -12,7 +12,7 @@ import org.jsoup.nodes.Element import java.net.URI open class RebahinProvider : MainAPI() { - override var mainUrl = "http://179.43.163.53" + override var mainUrl = "http://179.43.163.54" private var directUrl: String? = null override var name = "Rebahin" override val hasMainPage = true From 73bb664a63363f3be3fd45175420d29df00fcaf0 Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:14:10 +0700 Subject: [PATCH 2/2] Adityajd patch 1 (#448) * Update RebahinProvider.kt * Update LayarKacaProvider.kt update main url ="https://tv3.lk21official.wiki" change to "https://tv4.lk21official.wiki" * Update LayarKacaProvider.kt * Update Dubbindo.kt update domain * Update Cgvindo.kt * Update DramaidProvider.kt * Update DutaMovie.kt * Update Ngefilm.kt * Update Pusatfilm.kt * Update LayarKacaProvider.kt * Update build.gradle.kts * Update RebahinProvider.kt * Update DutaMovie.kt Update mainurl * Update build.gradle.kts * Update Ngefilm.kt * Update DramaSerial.kt * Update Nodrakorid.kt update mainurl * Update Pusatfilm.kt update mainurl * Update DramaSerial.kt update serverurl http://31.220.73.179/ --- DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt | 4 ++-- Gomov/src/main/kotlin/com/hexated/Ngefilm.kt | 6 +----- Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt | 4 ++-- Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt | 2 +- RebahinProvider/build.gradle.kts | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) 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%" }