我有Thies网址
http://www.fel3arda.com/2018/09/denmark-vs-wales.html
包含两个iframe
1-http://www.247bay.tv/hembedplayer/bearab2/1/360/360 2-http://whostreams.net/embed/gryr4u074z82x
我尝试通过代码获取contantby php代码
$opts = array(
'http'=>array(
'method'=>"GET",
'header'=>"Accept-language: en\r\n" .
"Cookie: foo=bar\r\n" .
"Referer: http://www.fel3arda.com/2018/09/denmark-vs-wales.html\r\n"
)
);
$context = stream_context_create($opts);
$file = file_get_contents('http://whostreams.net/embed/gryr4u074z82x', false, $context);
echo 'Found secure url:<br/><br/>' . $file;
但是重定向到主站点并显示该文本
频道受域保护。该频道无法嵌入此频道 域名。
如何通过php代码提取iframe html contant