<?php
$id = isset($_GET['id']) ? $_GET['id'] : 'yqxwzh';
$n = [
'yqxwzh' => 10,//阳泉新闻综合
'yqkj' => 11,//阳泉科教
];
heager('location:'. json_decode(file_get_contents("https://mapi.yqrtv.com/api/v1/channel.php?&channel_id=".$n[$id]))->m3u8);
?>
只有新闻,没有科教。 guoma 发表于 2024-6-29 13:39
哪要那么复杂!一行代码即可。
file_get_contents不包装直接获取加密协议有的环境会卡死获取不了的 sungeek 发表于 2024-6-29 14:21
只有新闻,没有科教。
<?php
$id = isset($_GET['id']) ? $_GET['id'] : 'yqxwzh';
$n = [
'yqxwzh' => 10,//阳泉新闻综合
];
header('location:'. json_decode(file_get_contents("https://mapi.yqrtv.com/api/v1/channel.php?&channel_id=".$n[$id]))->m3u8);
?>
<?php
$id = isset($_GET['id']) ? $_GET['id'] : 'yqkj';
$n = [
'yqkj' => 11,//阳泉科教
];
header('location:'. json_decode(file_get_contents("https://mapi.yqrtv.com/api/v1/channel.php?&channel_id=".$n[$id]))->m3u8);
?>
页:
[1]