Update IdlixProvider.kt

This commit is contained in:
Cookie5enak 2024-07-13 14:24:14 +07:00 committed by GitHub
parent f04d024085
commit c9cb2b2d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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?,
) )