From 093c562508bf38a20d87dc7947324aba48d73e0d Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:03:50 +0700 Subject: [PATCH] Update Multiplex.kt update mainurl --- Gomov/src/main/kotlin/com/hexated/Multiplex.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +}