Skip to content

Commit 3da25ef

Browse files
Last Sync: 2026-02-24 05:23 (Mobile)
1 parent e300c67 commit 3da25ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DutamovieProvider/src/main/kotlin/com/dutamovie/DutamovieProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class DutamovieProvider : MainAPI() {
2727
"action/page/%d/" to "Action",
2828
"adventure/page/%d/" to "Adventure",
2929
"animation/page/%d/" to "Animation",
30+
"hentai-dutamovie21/page/%d/" to "Hentai",
3031
"comedy/page/%d/" to "Comedy",
3132
"crime/page/%d/" to "Crime",
3233
"drama/page/%d/" to "Drama",

MovieboxProvider/src/main/kotlin/com/moviebox/MovieboxProvider.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class MovieboxProvider : MainAPI() {
1515
override var mainUrl = "https://moviebox.ph"
1616
private val apiUrl = "https://fmoviesunblocked.net"
1717
override val instantLinkLoading = true
18-
override var name = "MovieBox"
18+
override var name = "Moviebox"
1919
override val hasMainPage = true
2020
override val hasQuickSearch = true
2121
override var lang = "id"
@@ -63,7 +63,6 @@ class MovieboxProvider : MainAPI() {
6363
val description = subject?.description
6464
val trailer = subject?.trailer?.videoAddress?.url
6565
val mediaScore = subject?.imdbRatingValue?.toDoubleOrNull()?.let { Score.from10(it) }
66-
6766
val actors = doc?.stars?.mapNotNull { cast ->
6867
ActorData(Actor(cast.name ?: return@mapNotNull null, cast.avatarUrl), roleString = cast.character)
6968
}?.distinctBy { it.actor }

0 commit comments

Comments
 (0)