2023-06-15 16:26:36 +00:00
|
|
|
// use an integer for version numbers
|
2023-09-09 12:16:04 +00:00
|
|
|
version = 6
|
2023-06-15 16:26:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "de"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-07-27 16:29:53 +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%"
|
|
|
|
}
|