zhanghu4366 发表于 2024-6-29 13:12:27

guoma 发表于 2024-6-29 13:39:12

哪要那么复杂!一行代码即可。
<?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);
?>

sungeek 发表于 2024-6-29 14:21:06

只有新闻,没有科教。

qqincai 发表于 2024-6-29 15:39:42

guoma 发表于 2024-6-29 13:39
哪要那么复杂!一行代码即可。

file_get_contents不包装直接获取加密协议有的环境会卡死获取不了的

tengfei 发表于 2024-6-30 20:12:20

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]
查看完整版本: 阳泉电视台