Update Moviehab.kt

This commit is contained in:
Nexus 2023-07-01 12:41:13 +05:30 committed by GitHub
parent 6069537dbe
commit 6b5a18a1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.M3u8Helper import com.lagradost.cloudstream3.utils.M3u8Helper
class MoviehabNet : Moviehab() { class MoviehabNet : Moviehab() {
override var mainUrl = "https://play.moviehab.net" override var mainUrl = "https://play.moviehab.asia"
} }
open class Moviehab : ExtractorApi() { open class Moviehab : ExtractorApi() {
@ -41,4 +41,4 @@ open class Moviehab : ExtractorApi() {
} }
} }
} }
} }