cloudstream-extensions-mult.../ZaluknijProvider/build.gradle.kts

27 lines
510 B
Plaintext
Raw Normal View History

2022-08-17 14:46:03 +00:00
// use an integer for version numbers
2022-08-17 15:17:49 +00:00
version = 2
2022-08-17 14:46:03 +00:00
cloudstream {
language = "pl"
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Cloudburst")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1
tvTypes = listOf(
"Movie",
"TvSeries"
)
2022-08-19 09:10:25 +00:00
iconUrl = "https://www.google.com/s2/favicons?domain=zaluknij.xyz&sz=%size%"
2022-08-17 14:46:03 +00:00
}