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

25 lines
513 B
Plaintext
Raw Normal View History

2023-06-09 18:44:28 +00:00
// use an integer for version numbers
2023-12-06 04:15:42 +00:00
version = 9
2023-06-09 18:44:28 +00:00
cloudstream {
language = "id"
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Sora")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"NSFW",
)
iconUrl = "https://www.google.com/s2/favicons?domain=minioppai.org&sz=%size%"
}