Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
import java.net.URI

class TimefourTv : MainAPI() {
override var mainUrl = "https://dlhd.sx"
override var mainUrl = "https://time4tv.top/tv-channels.php"
override var name = "Time4tv"
override val hasDownloadSupport = false
override val hasMainPage = true
Expand Down Expand Up @@ -183,4 +183,4 @@ class TimefourTv : MainAPI() {
val channel_id: String? = null,
)

}
}