在脚本标签中获取URL html5player.setvideourlhigh

发布于 2025-02-13 15:56:18 字数 420 浏览 1 评论 0原文

我正在尝试在脚本中的标签中获取url html5player.setVideErlhigh('http://www.example.com/videourl_here.mp4')

当前使用此>脚本但不起作用:

$url = 'http://www.siteurl.com/embedframe38295/';
$content= file_get_contents($url);
  preg_match_all('#html5player.setVideoUrlHigh\(\'.*'/')', $url, $matches, PREG_OFFSET_CAPTURE);
   $videoURL = ($matches[0][0]);
echo $videoURL;

有什么问题?

I'm trying to get the url inside a tag within script html5player.setVideoUrlHigh('http://www.example.com/videourl_here.mp4')

Currently using this script but is not working:

$url = 'http://www.siteurl.com/embedframe38295/';
$content= file_get_contents($url);
  preg_match_all('#html5player.setVideoUrlHigh\(\'.*'/')', $url, $matches, PREG_OFFSET_CAPTURE);
   $videoURL = ($matches[0][0]);
echo $videoURL;

What can be the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文