mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
new
This commit is contained in:
parent
ded26f7fe0
commit
af5c698f8d
1 changed files with 28 additions and 0 deletions
28
Phim1080/build.gradle.kts
Normal file
28
Phim1080/build.gradle.kts
Normal file
|
@ -0,0 +1,28 @@
|
|||
// use an integer for version numbers
|
||||
version = 3
|
||||
|
||||
|
||||
cloudstream {
|
||||
language = "vi"
|
||||
// All of these properties are optional, you can safely remove them
|
||||
|
||||
description = "Xem Phim Online Chất Lượng Cao"
|
||||
authors = listOf("TuaSan")
|
||||
|
||||
/**
|
||||
* Status int as the following:
|
||||
* 0: Down
|
||||
* 1: Ok
|
||||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
status = 1 // will be 3 if unspecified
|
||||
tvTypes = listOf(
|
||||
"AsianDrama",
|
||||
"Anime",
|
||||
"TvSeries",
|
||||
"Movie",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=xem1080.com"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue