2022-11-16 15:37:58 +00:00
|
|
|
// use an integer for version numbers
|
2024-01-06 07:23:36 +00:00
|
|
|
version = 5
|
2022-11-16 15:37:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "de"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-07-27 16:29:53 +00:00
|
|
|
description = "Include: Movie4k"
|
2022-11-16 15:37:58 +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(
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
2024-01-06 07:23:36 +00:00
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=www1.xcine.ru&sz=%size%"
|
2022-11-16 15:37:58 +00:00
|
|
|
}
|