2023-07-20 08:44:27 +00:00
|
|
|
package com.hexated
|
|
|
|
|
|
|
|
import com.lagradost.cloudstream3.*
|
|
|
|
import com.lagradost.cloudstream3.utils.ExtractorLink
|
|
|
|
import com.lagradost.cloudstream3.utils.httpsify
|
|
|
|
import com.lagradost.cloudstream3.utils.loadExtractor
|
|
|
|
|
2023-10-25 09:07:41 +00:00
|
|
|
class DutaMovie : Gomov() {
|
2023-12-21 03:42:57 +00:00
|
|
|
override var mainUrl = "https://drama.dutamovie21.tech/"
|
|
|
|
override var name = "DutaMovie"
|
2023-07-20 08:44:27 +00:00
|
|
|
override val mainPage = mainPageOf(
|
|
|
|
"category/box-office/page/%d/" to "Box Office",
|
|
|
|
"category/serial-tv/page/%d/" to "Serial TV",
|
|
|
|
"category/animation/page/%d/" to "Animasi",
|
|
|
|
"country/korea/page/%d/" to "Serial TV Korea",
|
|
|
|
"country/indonesia/page/%d/" to "Serial TV Indonesia",
|
|
|
|
)
|
|
|
|
|
2023-11-30 11:52:20 +00:00
|
|
|
}
|