From f0e897f8f03a95267b1c9f3f942c159360eea9c4 Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:42:57 +0700 Subject: [PATCH] Update mainurl (#458) * 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/ * Update build.gradle.kts * Update LayarKacaProvider.kt update mainurl * Update DutaMovie.kt update mainurl * Update Pusatfilm.kt update mainurl * Update Multiplex.kt update mainurl * Update Ngefilm.kt update mainurl * Update Ngefilm.kt update mainurl * Update DutaMovie.kt update mainurl * Update Multiplex.kt update mainurl * Update Ngefilm.kt update mainurl * Update Pusatfilm.kt update mainurl * Update build.gradle.kts * Update LayarKacaProvider.kt update mainUrl update seriesUrl --- Gomov/src/main/kotlin/com/hexated/DutaMovie.kt | 8 ++------ Gomov/src/main/kotlin/com/hexated/Multiplex.kt | 5 ++--- Gomov/src/main/kotlin/com/hexated/Ngefilm.kt | 2 +- Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt | 3 +-- LayarKacaProvider/build.gradle.kts | 2 +- .../src/main/kotlin/com/hexated/LayarKacaProvider.kt | 4 ++-- 6 files changed, 9 insertions(+), 15 deletions(-) diff --git a/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt b/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt index 270bf211..0643ffe2 100644 --- a/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt +++ b/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt @@ -6,12 +6,8 @@ import com.lagradost.cloudstream3.utils.httpsify import com.lagradost.cloudstream3.utils.loadExtractor class DutaMovie : Gomov() { - - override var mainUrl = "https://cinema.dutamovie21.vip" - - - -override var name = "DutaMovie" + override var mainUrl = "https://drama.dutamovie21.tech/" + 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/Multiplex.kt b/Gomov/src/main/kotlin/com/hexated/Multiplex.kt index 18b8db3b..1ea025f1 100644 --- a/Gomov/src/main/kotlin/com/hexated/Multiplex.kt +++ b/Gomov/src/main/kotlin/com/hexated/Multiplex.kt @@ -3,13 +3,12 @@ package com.hexated import com.lagradost.cloudstream3.mainPageOf class Multiplex : Gomov() { - override var mainUrl = "http://5.104.81.46" + override var mainUrl = "http://5.189.181.147" override var name = "Multiplex" - override val mainPage = mainPageOf( "country/usa/page/%d/" to "Movie", "west-series/page/%d/" to "West Series", "nonton-drama-korea/page/%d/" to "Drama Korea", ) -} \ No newline at end of file +} diff --git a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt index 48acf2cb..c70bebc8 100644 --- a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt @@ -3,7 +3,7 @@ package com.hexated import com.lagradost.cloudstream3.mainPageOf class Ngefilm : Gomov() { - override var mainUrl = "https://nge-film21.pics/" + override var mainUrl = "https://tv.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", diff --git a/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt b/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt index 3a18e469..aabb0ecd 100644 --- a/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt @@ -6,9 +6,8 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse import com.lagradost.cloudstream3.* class Pusatfilm : Gomov() { - override var mainUrl = "http://31.220.90.203/" + override var mainUrl = "https://tv2.pusatfilm21.art" override var name = "Pusatfilm" - override val mainPage = mainPageOf( "film-terbaru/page/%d/" to "Film Terbaru", "series-terbaru/page/%d/" to "Series Terbaru", diff --git a/LayarKacaProvider/build.gradle.kts b/LayarKacaProvider/build.gradle.kts index 5c2f043d..5f978538 100644 --- a/LayarKacaProvider/build.gradle.kts +++ b/LayarKacaProvider/build.gradle.kts @@ -23,5 +23,5 @@ cloudstream { "Movie", ) - iconUrl = "https://www.google.com/s2/favicons?domain=tv5.lk21official.wiki&sz=%size%" + iconUrl = "https://www.google.com/s2/favicons?domain=tv6.lk21official.wiki&sz=%size%" } diff --git a/LayarKacaProvider/src/main/kotlin/com/hexated/LayarKacaProvider.kt b/LayarKacaProvider/src/main/kotlin/com/hexated/LayarKacaProvider.kt index 328257e9..34ebfdc7 100644 --- a/LayarKacaProvider/src/main/kotlin/com/hexated/LayarKacaProvider.kt +++ b/LayarKacaProvider/src/main/kotlin/com/hexated/LayarKacaProvider.kt @@ -8,8 +8,8 @@ import com.lagradost.cloudstream3.utils.* import org.jsoup.nodes.Element class LayarKacaProvider : MainAPI() { - override var mainUrl = "https://tv5.lk21official.wiki" - private var seriesUrl = "https://tv7.nontondrama.click" + override var mainUrl = "https://tv6.lk21official.wiki" + private var seriesUrl = "https://tv8.nontondrama.click/" override var name = "LayarKaca" override val hasMainPage = true override var lang = "id"