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

26 lines
557 B
Plaintext
Raw Normal View History

2023-05-14 13:55:48 +00:00
// use an integer for version numbers
version = 2
2023-05-14 13:55:48 +00:00
cloudstream {
2023-05-14 19:09:09 +00:00
language = "pt-pt"
2023-05-14 13:55:48 +00:00
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Hexated")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"Anime",
"AnimeMovie",
"OVA",
)
iconUrl = "https://www.google.com/s2/favicons?domain=www.anroll.net&sz=%size%"
}