我正在尝试从页面中查找嵌入式流链接。当我检查该页面的源代码时,它返回类似于以下内容:
<script type='text/javascript'> swidth='640', sheight='460';</script>
<script type='text/javascript' src='http://www.sawlive.tv/embed/hqfootyerech1'></script>
这也返回如下代码:
http://sawlive.tv/embed/watch/xxxxxxx_
我试图file_get_contents
爬到http://www.sawlive.tv/embed/hqfootyerech1但它没有返回任何东西。
该页面仅从http://myiframe12.altervista.org/加载
有没有办法获取页面的完整源代码,包括嵌入页面和脚本?我可以使用 Firefox 检查该页面上加载的元素,但源代码不同。
我听说过 Selenium2。但也不知道它是如何工作的。