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

26 lines
511 B
Plaintext
Raw Normal View History

// use an integer for version numbers
2022-12-30 10:29:57 +00:00
version = 5
cloudstream {
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
language= "en"
authors = listOf("Forthe")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
2022-12-24 19:30:01 +00:00
"Others",
)
iconUrl = "https://www.google.com/s2/favicons?domain=skillshare.com&sz=%size%"
}