diff --git a/config.json b/config.json index 0967ef4..9642970 100644 --- a/config.json +++ b/config.json @@ -1 +1,15 @@ -{} +{ + "lives": [ + { + "group": "IPTV", + "channels": [ + { + "name": "CCTV-1 综合", + "urls": [ + "http://[2409:8087:7000:20:1000::22]:6060/yinhe/2/ch00000090990000001331/index.m3u8?virtualDomain=yinhe.live_hls.zte.com" + ] + } + ] + } + ] +}