URLをファイルとしてダウンロードするには?
あるウェブサイトのURLで、以下のように Shockwave ファイルとして埋め込まれたMP3ファイルが「隠されている」状態になっています。
<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>
**オフラインで聴くためにファイルをダウンロードするにはどうしたらいいですか?The Stack Overflow Method_
<a href="http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3">Sunday Edition 25Nov2008</a>
ブラウザでファイルを開き、リンクを右クリックして「File」>「Save Link As」でリンクを保存します。
0x1&
2. The Super User Method
Firefox アドイン Iget をインストールします。(お使いのFirefoxのバージョンに合ったバージョンをお使いください。)
Tools > Downloads ♦ URLを入力してください。
**他に方法はありますか?