Update IdlixProvider.kt

This commit is contained in:
deden2904 2023-03-08 09:24:18 +07:00 committed by GitHub
parent 03b6a8e851
commit 70877b12fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
import java.net.URI import java.net.URI
class IdlixProvider : MainAPI() { class IdlixProvider : MainAPI() {
override var mainUrl = "https://91.201.113.103" override var mainUrl = "https://46.151.30.194"
private var directUrl = mainUrl private var directUrl = mainUrl
override var name = "Idlix" override var name = "Idlix"
override val hasMainPage = true override val hasMainPage = true
@ -223,4 +223,4 @@ class IdlixProvider : MainAPI() {
@JsonProperty("type") val type: String?, @JsonProperty("type") val type: String?,
) )
} }