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

15 lines
379 B
Kotlin
Raw Normal View History

2023-09-03 02:12:38 +00:00
package com.hexated
import com.lagradost.cloudstream3.mainPageOf
2023-10-25 09:07:41 +00:00
class Multiplex : Gomov() {
2024-02-26 14:02:39 +00:00
override var mainUrl = "http://95.111.236.109"
2023-09-03 02:12:38 +00:00
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",
)
2023-12-19 16:03:50 +00:00
}