2022-08-17 12:09:52 +00:00
|
|
|
// use an integer for version numbers
|
2023-02-03 00:22:51 +00:00
|
|
|
version = 6
|
2022-08-17 12:09:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
2022-08-17 12:42:36 +00:00
|
|
|
language = "it"
|
2022-08-17 12:09:52 +00:00
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
|
|
|
// description = "Lorem Ipsum"
|
2022-10-08 20:51:16 +00:00
|
|
|
authors = listOf("Adippe")
|
2022-08-17 12:09:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* 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",
|
|
|
|
)
|
|
|
|
|
2023-02-01 23:31:01 +00:00
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=streamingcommunity.online&sz=%size%"
|
2022-12-06 23:35:00 +00:00
|
|
|
}
|