Update Moviehab.kt (#348)

This commit is contained in:
g3n3ziz 2023-10-31 01:03:13 -04:00 committed by GitHub
parent 46ce1e821f
commit 7f2e2d8890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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,
)
}
}