mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix #245
This commit is contained in:
parent
1affe156b1
commit
471a1703a3
14 changed files with 73 additions and 236 deletions
|
@ -1,12 +1,12 @@
|
|||
// use an integer for version numbers
|
||||
version = 9
|
||||
version = 10
|
||||
|
||||
|
||||
cloudstream {
|
||||
language = "id"
|
||||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
description = "Includes: DutaMovie, Ngefilm, Nodrakorid"
|
||||
description = "Includes: DutaMovie, Ngefilm, Nodrakorid, Multiplex"
|
||||
authors = listOf("Hexated")
|
||||
|
||||
/**
|
||||
|
|
|
@ -13,6 +13,7 @@ class GomovPlugin: Plugin() {
|
|||
registerMainAPI(DutaMovie())
|
||||
registerMainAPI(Ngefilm())
|
||||
registerMainAPI(Nodrakorid())
|
||||
registerMainAPI(Multiplex())
|
||||
registerExtractorAPI(FilelionsTo())
|
||||
registerExtractorAPI(Likessb())
|
||||
registerExtractorAPI(DbGdriveplayer())
|
||||
|
|
15
Gomov/src/main/kotlin/com/hexated/Multiplex.kt
Normal file
15
Gomov/src/main/kotlin/com/hexated/Multiplex.kt
Normal file
|
@ -0,0 +1,15 @@
|
|||
package com.hexated
|
||||
|
||||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Multiplex : DutaMovie() {
|
||||
override var mainUrl = "http://5.104.81.46"
|
||||
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",
|
||||
)
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue