mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
parent
1922d6dc26
commit
d90b38f12c
1 changed files with 4 additions and 7 deletions
|
@ -23,16 +23,13 @@ class Moviehab : MainAPI() {
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val mainServer = "https://vivamax.asia"
|
private const val mainServer = "https://nowshowing.to"
|
||||||
}
|
}
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
"$mainUrl/library/movies?sort_by=imdb_rate&page=" to "Movies by IMDB Rating",
|
"$mainUrl/category/movies/" to "New Movies",
|
||||||
"$mainUrl/library/shows?&sort_by=imdb_rate&page=" to "TV Shows by IMDB Rating",
|
"$mainUrl/category/tv-series/" to "New TV Shows",
|
||||||
"$mainUrl/library/movies?&sort_by=year&page=" to "New Movies",
|
"$mainUrl/category/coming-soon/" to "Coming Soon",
|
||||||
"$mainUrl/library/shows?&sort_by=year&page=" to "New TV Shows",
|
|
||||||
"$mainUrl/library/movies?country=Philippines&sort_by=year&page=" to "New Philippines Movies",
|
|
||||||
"$mainUrl/library/shows?&country=Philippines&sort_by=year&page=" to "New Philippines TV Shows",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
override suspend fun getMainPage(
|
override suspend fun getMainPage(
|
||||||
|
|
Loading…
Reference in a new issue