我知道如何缓存网页中的图像并保存它们。
但我想知道如何从网页下载“application/x-shockwave-flash”文件,其元素如下:
<embed type="application/x-shockwave-flash" src="/media/player/flvplayer.swf" width="550" height="450" style="undefined" id="single" name="single" quality="high" allowfullscreen="true" menu="false" flashvars="file=/files/fa/news/91/11/12/143130_319.flv&width=550&height=450">
或者认为我想提取文件的链接。
从我上面看到的,文件的链接是:
http://domain.com/files/fa/news/91/11/12/143130_319.flv
如何提取它?(假设某些flashvars属性与上面不完全相同)
或任何其他想法将不胜感激。