Update DutaMovie.kt

update domain
This commit is contained in:
adityajd 2023-11-29 07:16:15 +07:00 committed by GitHub
parent 19b32029e6
commit fd7e30440e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.httpsify
import com.lagradost.cloudstream3.utils.loadExtractor
class DutaMovie : Gomov() {
override var mainUrl = "https://movie.dutamovie21.club"
override var mainUrl = "https://boxoffice.dutamovie21.club"
override var name = "DutaMovie"
override val mainPage = mainPageOf(
"category/box-office/page/%d/" to "Box Office",
@ -16,4 +16,4 @@ class DutaMovie : Gomov() {
"country/indonesia/page/%d/" to "Serial TV Indonesia",
)
}
}