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

27 lines
507 B
Plaintext
Raw Normal View History

2022-08-17 13:09:19 +00:00
// use an integer for version numbers
version = 4
2022-08-17 13:09:19 +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
* */
2022-08-17 13:20:40 +00:00
status = 1
2022-08-17 13:09:19 +00:00
tvTypes = listOf(
"Movie",
"TvSeries"
)
2022-08-19 09:10:25 +00:00
iconUrl = "https://www.google.com/s2/favicons?domain=vizjer.pl&sz=%size%"
2022-08-17 13:20:40 +00:00
}