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

27 lines
558 B
Plaintext
Raw Normal View History

2023-06-15 16:26:36 +00:00
// use an integer for version numbers
2023-07-25 07:46:32 +00:00
version = 5
2023-06-15 16:26:36 +00:00
cloudstream {
language = "de"
// All of these properties are optional, you can safely remove them
2023-07-25 07:46:32 +00:00
description = "Include: Serienstream"
2023-06-15 16:26:36 +00:00
authors = listOf("Hexated")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
2023-06-15 16:37:35 +00:00
status = 1 // will be 3 if unspecified
2023-06-15 16:26:36 +00:00
tvTypes = listOf(
"AnimeMovie",
"Anime",
"OVA",
)
iconUrl = "https://www.google.com/s2/favicons?domain=aniworld.to&sz=%size%"
}