From 7f2e2d8890eca5200c605546edb50bd998564cd0 Mon Sep 17 00:00:00 2001 From: g3n3ziz Date: Tue, 31 Oct 2023 01:03:13 -0400 Subject: [PATCH] Update Moviehab.kt (#348) --- Moviehab/src/main/kotlin/com/hexated/Moviehab.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moviehab/src/main/kotlin/com/hexated/Moviehab.kt b/Moviehab/src/main/kotlin/com/hexated/Moviehab.kt index 8c37067b..fdc78ed1 100644 --- a/Moviehab/src/main/kotlin/com/hexated/Moviehab.kt +++ b/Moviehab/src/main/kotlin/com/hexated/Moviehab.kt @@ -12,7 +12,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Element class Moviehab : MainAPI() { - override var mainUrl = "https://moviehab.com" + override var mainUrl = "https://vivamax.asia" override var name = "Moviehab" override val hasMainPage = true override var lang = "tl" @@ -23,7 +23,7 @@ class Moviehab : MainAPI() { ) companion object { - private const val mainServer = "https://play.moviehab.com" + private const val mainServer = "https://vivamax.asia" } override val mainPage = mainPageOf( @@ -202,4 +202,4 @@ class Moviehab : MainAPI() { val id: String? = null, ) -} \ No newline at end of file +}