From 8497a174aac6467975c67814e65b2d07def32165 Mon Sep 17 00:00:00 2001 From: arslantu Date: Thu, 1 Feb 2024 11:40:29 +0800 Subject: [PATCH] test source --- config.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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" + ] + } + ] + } + ] +}