mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update IdlixProvider.kt
This commit is contained in:
parent
f04d024085
commit
c9cb2b2d26
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
class IdlixProvider : MainAPI() {
|
||||
override var mainUrl = "https://tv.idlixplus.net"
|
||||
override var mainUrl = "https://tv.idlixofficialx.com/"
|
||||
private var directUrl = mainUrl
|
||||
override var name = "Idlix"
|
||||
override val hasMainPage = true
|
||||
|
@ -281,7 +281,7 @@ class IdlixProvider : MainAPI() {
|
|||
}
|
||||
|
||||
data class ResponseSource(
|
||||
@JsonProperty("hls") val hls: Boolean,
|
||||
@JsonProperty("VidHide") val VidHide: Boolean,
|
||||
@JsonProperty("videoSource") val videoSource: String,
|
||||
@JsonProperty("securedLink") val securedLink: String?,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue