私は自分のHtmlデータを持っています
<table border='0' cellpadding='3' bgcolor="#CCCCCC" class="hostinfo_title2" width='100%' align="center">
<tr align='center' bgcolor="#ffffff">
<td width='26%' class="hostinfo_title3">Archive Url</td>
</tr>
<tr bgcolor="#ffffff"
<td height="25" align="center">http://www.toradio.com/prgramdetails/20130413_vali_mm.mp3</td>
</tr>
</table>
上記の HTML テキストからmp3 の URL ( http://www.toradio.com/prgramdetails/20130413_vali_mm.mp3 )を取得したいと考えています。
私はこのリンクをたどっています、それは正しいですか、それともこのテキストを解析するためのより良い方法ですか?