Skip to content

Commit

Permalink
Update Interface Moviehab.kt (#439)
Browse files Browse the repository at this point in the history
Inteface
  • Loading branch information
Peigie authored Dec 9, 2023
1 parent 1922d6d commit d90b38f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Moviehab/src/main/kotlin/com/hexated/Moviehab.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ class Moviehab : MainAPI() {
)

companion object {
private const val mainServer = "https://vivamax.asia"
private const val mainServer = "https://nowshowing.to"
}

override val mainPage = mainPageOf(
"$mainUrl/library/movies?sort_by=imdb_rate&page=" to "Movies by IMDB Rating",
"$mainUrl/library/shows?&sort_by=imdb_rate&page=" to "TV Shows by IMDB Rating",
"$mainUrl/library/movies?&sort_by=year&page=" to "New Movies",
"$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",
"$mainUrl/category/movies/" to "New Movies",
"$mainUrl/category/tv-series/" to "New TV Shows",
"$mainUrl/category/coming-soon/" to "Coming Soon",
)

override suspend fun getMainPage(
Expand Down

0 comments on commit d90b38f

Please sign in to comment.