cloudstream-extensions-hexated/Xcinetop/build.gradle.kts

26 lines
569 B
Plaintext
Raw Normal View History

2022-09-27 16:49:14 +00:00
// use an integer for version numbers
2022-11-27 23:06:08 +00:00
version = 3
2022-09-27 16:49:14 +00:00
cloudstream {
language = "de"
// 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
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"TvSeries",
"Movie",
)
2022-09-27 17:06:07 +00:00
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/Xcinetop/icon.png"
2022-09-27 16:49:14 +00:00
}