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

27 lines
539 B
Plaintext
Raw Permalink Normal View History

2023-01-02 22:52:08 +00:00
// use an integer for version numbers
2023-05-18 20:01:21 +00:00
version = 7
2023-01-02 22:52:08 +00:00
cloudstream {
language = "en"
// 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(
"AnimeMovie",
"Anime",
"OVA",
)
2024-01-06 12:11:33 +00:00
iconUrl = "https://yugenanime.sx/static/img/favicon-32x32.png"
2023-01-02 22:52:08 +00:00
}