cloudstream-extensions-hexated/Gomov/src/main/kotlin/com/hexated/Multiplex.kt
adityajd 00869f2e5e
Update Multiplex.kt
fix indofilm
2023-12-21 11:29:24 +07:00

14 lines
378 B
Kotlin

package com.hexated
import com.lagradost.cloudstream3.mainPageOf
class Multiplex : Gomov() {
override var mainUrl = "http://45.84.138.167"
override var name = "Multiplex"
override val mainPage = mainPageOf(
"country/usa/page/%d/" to "Movie",
"west-series/page/%d/" to "West Series",
"nonton-drama-korea/page/%d/" to "Drama Korea",
)
}