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
|
import java.net.URI
|
||||||
|
|
||||||
class IdlixProvider : MainAPI() {
|
class IdlixProvider : MainAPI() {
|
||||||
override var mainUrl = "https://tv.idlixplus.net"
|
override var mainUrl = "https://tv.idlixofficialx.com/"
|
||||||
private var directUrl = mainUrl
|
private var directUrl = mainUrl
|
||||||
override var name = "Idlix"
|
override var name = "Idlix"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
|
@ -281,7 +281,7 @@ class IdlixProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
data class ResponseSource(
|
data class ResponseSource(
|
||||||
@JsonProperty("hls") val hls: Boolean,
|
@JsonProperty("VidHide") val VidHide: Boolean,
|
||||||
@JsonProperty("videoSource") val videoSource: String,
|
@JsonProperty("videoSource") val videoSource: String,
|
||||||
@JsonProperty("securedLink") val securedLink: String?,
|
@JsonProperty("securedLink") val securedLink: String?,
|
||||||
)
|
)
|
||||||
|
@ -302,4 +302,4 @@ class IdlixProvider : MainAPI() {
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue