0517
发表于 2025-3-21 21:24:12
人生没有彩排,每天都是直播
fig
发表于 2025-3-21 21:29:03
本帖分享源码只适合放在国内服务器
pingbo888
发表于 2025-4-28 22:43:11
<?php
$id=$_GET["id"]??'hktv1';
$ids=array(
"hktv1"=>"6249145640963543040",
"hktv3"=>"6249163931127910400",
"hktv2"=>"6249163190084571136",
);
$data = file_get_contents("http://a1.news.hkbtv.cn/server/article/load?aid=".$ids[$id]);
preg_match('/"videoUrls":"(.*?)"/', $data, $sn);
print_r($sn);
//header('Location:'.$sn);
?>