mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Add TvTypes
This commit is contained in:
parent
4c47ddd81f
commit
e1a3721394
86 changed files with 928 additions and 607 deletions
|
@ -9,14 +9,19 @@ cloudstream {
|
|||
// authors = listOf("Cloudburst")
|
||||
|
||||
/**
|
||||
* Status int as the following:
|
||||
* 0: Down
|
||||
* 1: Ok
|
||||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
* Status int as the following:
|
||||
* 0: Down
|
||||
* 1: Ok
|
||||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
status = 1 // will be 3 if unspecified
|
||||
tvTypes = listOf(
|
||||
"AnimeMovie",
|
||||
"Cartoon",
|
||||
"Anime",
|
||||
"TvSeries",
|
||||
)
|
||||
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=www.wcostream.com&sz=24"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue