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

28 lines
560 B
Plaintext
Raw Permalink Normal View History

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