Update Multiplex.kt

update mainurl
This commit is contained in:
adityajd 2023-12-19 23:03:50 +07:00 committed by GitHub
parent 9e84ae26e8
commit 093c562508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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",
)
}
}