如何将URL下载为文件?
某网站网址将一些MP3文件 “隐藏 "了起来,嵌入了【震荡波】(http://en.wikipedia.org/wiki/Adobe_Shockwave_Player)文件,具体如下。
<span class="caption"><!-- Odeo player --><embed src="http://odeo.com/flash/audio_player_tiny_gray.swf"quality="high" name="audio_player_tiny_gray" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true external_url=http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></span>
如何下载文件进行离线收听?
我找到了两种方法:
1. 堆栈溢出法
新建一个只包含链接的本地HTML文件,例如:
<a href="http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3">Sunday Edition 25Nov2008</a>
在浏览器中打开该文件,右键点击链接,然后File \ Save Link As。
2. 超级用户方法
安装Firefox插件 Iget 。
安装Firefox插件[ Iget ]0x3&。 (请确保使用适合你的Firefox版本的正确版本。)
Tools > Downloads > Enter URL in the field.
**还有其他方法吗?