2022-09-09 16:09:54 +00:00
|
|
|
// use an integer for version numbers
|
2023-09-17 00:31:27 +00:00
|
|
|
version = 17
|
2022-09-09 16:09:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "id"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
|
|
|
// description = "Lorem Ipsum"
|
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
2023-09-17 04:37:47 +00:00
|
|
|
status = 0 // will be 3 if unspecified
|
2022-09-09 16:09:54 +00:00
|
|
|
tvTypes = listOf(
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
2022-09-30 09:02:16 +00:00
|
|
|
"Anime",
|
|
|
|
"AsianDrama",
|
2022-09-09 16:09:54 +00:00
|
|
|
)
|
|
|
|
|
2023-07-13 07:58:17 +00:00
|
|
|
iconUrl = "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://idlixian.com&size=16"
|
2022-09-09 16:09:54 +00:00
|
|
|
}
|