cs-darkdemon-extensions/MHDTVProvider/build.gradle.kts

25 lines
669 B
Plaintext
Raw Permalink Normal View History

2022-12-04 11:03:24 +00:00
version = 3
2022-11-08 20:50:03 +00:00
cloudstream {
language = "hi"
// All of these properties are optional, you can safely remove them
2022-12-02 10:27:20 +00:00
description = "This website support English/Hindi/Kannada/Malayalam/Tamil/Telugu live channels and Hindi Old Movies/Malayalam Movies \n For language in Sports: Please check background image[country flag] of the episode"
2022-11-08 20:50:03 +00:00
authors = listOf("darkdemon")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
2022-12-02 10:27:20 +00:00
"Live"
2022-11-08 20:50:03 +00:00
)
2022-12-02 10:27:20 +00:00
iconUrl = "https://www.google.com/s2/favicons?domain=mhdtvworld.xyz&sz=%size%"
2022-11-08 20:50:03 +00:00
}