From 7cee2018871f39533b9914a3b212f3b8267085f1 Mon Sep 17 00:00:00 2001 From: FrankHan <2777926911@qq.com> Date: Fri, 31 Jan 2025 20:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E4=BF=9D=E5=AD=98channel.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/app/iptv/hwctc/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/iptv/hwctc/channel.go b/internal/app/iptv/hwctc/channel.go index 87a5be1..711e814 100644 --- a/internal/app/iptv/hwctc/channel.go +++ b/internal/app/iptv/hwctc/channel.go @@ -124,7 +124,7 @@ func (c *Client) GetAllChannelList(ctx context.Context) ([]iptv.Channel, error) } // 解析时移地址 - timeShiftURL, err := url.Parse(string(matches[8])) + timeShiftURL, err := url.Parse(string(matches[7])) if err != nil { c.logger.Warn("The timeShiftURL of this channel is illegal. Use the default value: nil.", zap.String("channelName", channelName), zap.String("timeShiftURL", string(matches[7]))) }