2023-07-20 07:08:39 +00:00
|
|
|
// use an integer for version numbers
|
2023-09-09 12:16:04 +00:00
|
|
|
version = 11
|
2023-07-20 07:08:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "id"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-09-03 02:12:38 +00:00
|
|
|
description = "Includes: DutaMovie, Ngefilm, Nodrakorid, Multiplex"
|
2023-07-20 07:08:39 +00:00
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"AsianDrama",
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=gomov.bio&sz=%size%"
|
|
|
|
}
|