mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Moviehab.kt (#348)
This commit is contained in:
parent
46ce1e821f
commit
7f2e2d8890
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class Moviehab : MainAPI() {
|
class Moviehab : MainAPI() {
|
||||||
override var mainUrl = "https://moviehab.com"
|
override var mainUrl = "https://vivamax.asia"
|
||||||
override var name = "Moviehab"
|
override var name = "Moviehab"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override var lang = "tl"
|
override var lang = "tl"
|
||||||
|
@ -23,7 +23,7 @@ class Moviehab : MainAPI() {
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val mainServer = "https://play.moviehab.com"
|
private const val mainServer = "https://vivamax.asia"
|
||||||
}
|
}
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
|
|
Loading…
Reference in a new issue