cloudstream-extensions-mult.../StreamingcommunityProvider/build.gradle.kts
antonydp f456a7cc92
yet another StreamingCommunity Fix... (#82)
Co-authored-by: contusionglory <102427829+contusionglory@users.noreply.github.com>
2023-02-03 00:22:51 +00:00

26 lines
548 B
Text

// use an integer for version numbers
version = 6
cloudstream {
language = "it"
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Adippe")
/**
* 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",
)
iconUrl = "https://www.google.com/s2/favicons?domain=streamingcommunity.online&sz=%size%"
}