cloudstream-extensions-hexated/Phim1080/build.gradle.kts
tuan041 9066c050e5
fix phim1080 (#207)
* bump

* fix

* new

* new

* new

* new

* change version

* bump

* Delete Phim1080/src/main/com/hexated directory

* Add more servers

* Update Phim1080Provider.kt
2023-07-25 15:44:45 +07:00

29 lines
586 B
Text

// use an integer for version numbers
version = 2
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"
}