From bbd787265e5d3a776e9649659cae31dc932fa8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Fri, 28 Apr 2023 15:38:08 +0800 Subject: [PATCH] Update bestv.php --- PHP/bestv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHP/bestv.php b/PHP/bestv.php index b9a3c13..4f58b3e 100644 --- a/PHP/bestv.php +++ b/PHP/bestv.php @@ -2,7 +2,7 @@ date_default_timezone_set("Asia/Shanghai"); $channel = empty($_GET['id']) ? "cctv16hd4k/15000000" : trim($_GET['id']); $array = explode("/", $channel); -$stream = "http://可用IP或域名/live/program/live/{$array[0]}/{$array[1]}/"; +$stream = "http://lnbuott-v5-live.bestvcdn.com.cn/live/program/live/{$array[0]}/{$array[1]}/"; $timestamp = substr(time(), 0, 9) - 7; $current = "#EXTM3U" . "\r\n"; $current .= "#EXT-X-VERSION:3" . "\r\n";