diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Moviehab.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/Moviehab.kt index aaa33ca1..51939cc2 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Moviehab.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/Moviehab.kt @@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.M3u8Helper class MoviehabNet : Moviehab() { - override var mainUrl = "https://play.moviehab.net" + override var mainUrl = "https://play.moviehab.asia" } open class Moviehab : ExtractorApi() { @@ -41,4 +41,4 @@ open class Moviehab : ExtractorApi() { } } } -} \ No newline at end of file +}