Update Constants.kt

This commit is contained in:
Anye 2025-01-06 00:15:46 +08:00 committed by GitHub
parent ca45426639
commit 6fe6a1aa32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ object Constants {
* IPTV源地址 * IPTV源地址
* *
*/ */
const val IPTV_SOURCE_URL = "http://lsong.one:8888/IPTV.m3u" const val IPTV_SOURCE_URL = "https://live.zbds.top/tv/iptv6.m3u"
// http://lsong.one:8888/IPTV.m3u // http://lsong.one:8888/IPTV.m3u
// https://live.fanmingming.com/tv/m3u/index.m3u // https://live.fanmingming.com/tv/m3u/index.m3u
// https://raw.githubusercontent.com/YueChan/Live/main/IPTV.m3u // https://raw.githubusercontent.com/YueChan/Live/main/IPTV.m3u
@ -40,4 +40,4 @@ object Constants {
* 播放器加载超时 * 播放器加载超时
*/ */
const val VIDEO_PLAYER_LOAD_TIMEOUT = 1000L * 15 // 15秒 const val VIDEO_PLAYER_LOAD_TIMEOUT = 1000L * 15 // 15秒
} }