cloudstream-extensions-hexated/Gomov/src/main/kotlin/com/hexated/DutaMovie.kt

23 lines
668 B
Kotlin
Raw Normal View History

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() {
2024-03-10 13:17:16 +00:00
override var mainUrl = "https://google.dutamovie21.mobi"
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 00:16:19 +00:00
}