Update IdlixProvider.kt

This commit is contained in:
TRizky 2024-01-13 08:05:00 +07:00 committed by GitHub
parent 807ad26c60
commit 5c4a0bc21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.jsoup.nodes.Element
import java.net.URI
class IdlixProvider : MainAPI() {
override var mainUrl = "https://tv.idlixofficials.com"
override var mainUrl = "https://tv.idlixofficials.com/"
private var directUrl = mainUrl
override var name = "Idlix"
override val hasMainPage = true