Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjohn committed Dec 9, 2023
2 parents 8cf21ba + d90b38f commit 96c8017
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 96c8017

Please sign in to comment.