Update IdlixProvider.kt (#630)

update sites idlix
This commit is contained in:
galih27 2024-03-12 06:27:59 +07:00 committed by GitHub
parent dee2f7e4c3
commit 8ef4d06df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.idlixofficial.co"
private var directUrl = mainUrl
override var name = "Idlix"
override val hasMainPage = true
@ -302,4 +302,4 @@ class IdlixProvider : MainAPI() {
)
}
}