我只是想知道为什么这对我不起作用。我想要做的是去掉 m4v 文件。我有一个类似的脚本适用于我网站上的图像,它将剥离图像,上传到目录和数据库并链接。但我不能让它以同样的方式工作。谢谢你的帮助
<?php
include('simple_html_dom.php');
$html = file_get_html("http://www.mysitesvids.com/m/videos/view/36821");
$element = $html->find("file:");
$result = $element->innertext;
?>
这是网站上的代码
<script type="text/javascript" language="javascript">
jwplayer ('embedFlashPlayer').setup ({flashplayer:'/swf/jwplayer5.swf',id:'moviePlayer',width:602,height:404,
file:'http://davesvideos.mysitevids.com/media/b0e9ec18eb567ce41dce906cee7e1c9f/4fcbb164/videos/m/634276.m4v',
image:'/media/80eb2eaca3c58f002be8ab5bda476e91/4fcbb164/videos/p/64/634276.jpg',
provider:'http',controlbar:'bottom',stretching:'uniform',abouttext:'mysite',aboutlink:'http://www.eroprofile.com/'});
glbUpdViews ('0','634276','0','0');
ajaxActive = false;
cmtLoad ('video', '634276', '', '');
ajaxActive = false;
cmtReply ('video', '634276', '0');
</script>