Update IdlixProvider.kt

This commit is contained in:
Son Goku 2023-08-28 15:29:50 +08:00 committed by GitHub
parent 029046bcc6
commit cca05ec559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,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.idlixprime.com" override var mainUrl = "https://tv.idlixplus.net"
private var directUrl = mainUrl private var directUrl = mainUrl
override var name = "Idlix" override var name = "Idlix"
override val hasMainPage = true override val hasMainPage = true
@ -229,4 +229,4 @@ class IdlixProvider : MainAPI() {
@JsonProperty("type") val type: String?, @JsonProperty("type") val type: String?,
) )
} }