海南php
- 海南
接口:https://www.hnntv.cn/api/channel?type=1
<?php
$id = isset($_GET['id'])?$_GET['id']:'1';
$n = [
"1" => 'lywsgq',//海南卫视
"2" => 'ssws',//三沙卫视
"3" => 'jjpd',//海南自贸
"4" => 'xwpd',//海南新闻
"5" => 'ggpd',//海南公共
"6" => "wlpd",//海南文旅
"7" => "sepd",//海南少儿
];
$url = "https://live3.hnntv.cn/srs/tv/".$n[$id].".m3u8";
header('Location:'.$url);
?>