This commit is contained in:
jack 2023-11-26 16:40:13 +07:00
parent 9a14982fa5
commit 363f555f68
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 19
version = 20
cloudstream {

View File

@ -20,13 +20,13 @@ open class TimefourTv : MainAPI() {
)
override val mainPage = mainPageOf(
"$mainUrl/tv-channels" to "All Channels",
"$mainUrl/usa-channels" to "USA Channels",
"$mainUrl/uk-channels" to "UK Channels",
"$mainUrl/sports-channels" to "Sport Channels",
"$mainUrl/live-sports-streams" to "Live Sport Channels",
"$mainUrl/news-channels" to "News Channels",
"$mainUrl/schedule.php" to "Schedule",
// "$mainUrl/tv-channels" to "All Channels",
// "$mainUrl/usa-channels" to "USA Channels",
// "$mainUrl/uk-channels" to "UK Channels",
// "$mainUrl/sports-channels" to "Sport Channels",
// "$mainUrl/live-sports-streams" to "Live Sport Channels",
// "$mainUrl/news-channels" to "News Channels",
// "$mainUrl/schedule.php" to "Schedule",
"$daddyUrl/24-7-channels.php" to "DaddyHD Channels"
)