mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Multiplex.kt
update mainurl
This commit is contained in:
parent
9e84ae26e8
commit
093c562508
1 changed files with 2 additions and 3 deletions
|
@ -3,13 +3,12 @@ package com.hexated
|
|||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Multiplex : Gomov() {
|
||||
override var mainUrl = "http://5.104.81.46"
|
||||
override var mainUrl = "http://5.189.181.147"
|
||||
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…
Reference in a new issue