From 241eb1c824ab42be0f3ab8cc361d37cf89ff5626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Thu, 8 Jun 2023 01:55:18 +0800 Subject: [PATCH] Update main.go --- Golang/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golang/main.go b/Golang/main.go index de9ce62..b88b64d 100644 --- a/Golang/main.go +++ b/Golang/main.go @@ -35,7 +35,7 @@ func getTestVideoUrl(c *gin.Context) { str_time := time.Now().Format("2006-01-02 15:04:05") fmt.Fprintln(c.Writer, "#EXTM3U") fmt.Fprintln(c.Writer, "#EXTINF:-1 tvg-name=\""+str_time+"\" tvg-logo=\"https://cdn.jsdelivr.net/gh/youshandefeiyang/IPTV/logo/tg.jpg\" group-title=\"列表更新时间\","+str_time) - fmt.Fprintln(c.Writer, "https://ghproxy.com/https://raw.githubusercontent.com/youshandefeiyang/testvideo/main/time/time.mp4") + fmt.Fprintln(c.Writer, "https://cdn.jsdelivr.net/gh/youshandefeiyang/testvideo/time/time.mp4") fmt.Fprintln(c.Writer, "#EXTINF:-1 tvg-name=\"4K60PSDR-H264-AAC测试\" tvg-logo=\"https://cdn.jsdelivr.net/gh/youshandefeiyang/IPTV/logo/tg.jpg\" group-title=\"4K频道\",4K60PSDR-H264-AAC测试") fmt.Fprintln(c.Writer, "http://159.75.85.63:5680/d/ad/h264/playad.m3u8") fmt.Fprintln(c.Writer, "#EXTINF:-1 tvg-name=\"4K60PHLG-HEVC-EAC3测试\" tvg-logo=\"https://cdn.jsdelivr.net/gh/youshandefeiyang/IPTV/logo/tg.jpg\" group-title=\"4K频道\",4K60PHLG-HEVC-EAC3测试")