diff --git a/TimefourTv/build.gradle.kts b/TimefourTv/build.gradle.kts index 3a8e0356..7a9bafec 100644 --- a/TimefourTv/build.gradle.kts +++ b/TimefourTv/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 19 +version = 20 cloudstream { diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index 690a5b8d..e301ae02 100644 --- a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt +++ b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt @@ -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" )