我想抓取该网站(http://www.oddsportal.com/matches/soccer)的数据,以便以这种方式获取包含比赛信息和赔率信息的纯文本文件:
00:30 Criciuma - Atletico-PR 1:2 2.70 3.24 2.41
10:45 Vier-und Marschlande - Concordia Hamburg 0:0 4.00 3.53 1.68
10:45 Germania Schnelsen - ASV Bergedorf 85 2:3 1.95 3.37 3.23
10:45 Barmbecker SG - Altona 0:2 3.67 3.37 1.82
我曾经用 w3m 做到这一点,但现在似乎他们将 html 更改为 javascript 并且 w3m 不起作用。数据仅包含在一个 div 中。这是一个条目
<tr xeid="862487"><td class="table-time datet t1333724400-1-1-0-0 ">17:00</td><td class="name table-participant" colspan="2"><a href="/soccer/italy/serie-b-2011-2012/brescia-marmi-lanza-verona-862487/">Brescia - Verona</a></td><td class="odds-nowrp" xoid="40456791" xodd="xzc0fxzxa">-</td><td class="odds-nowrp" xoid="40456793" xodd="cz0ofxz9c">-</td><td class="odds-nowrp" xoid="40456792" xodd="cz9xfcztx">-</td><td class="center info-value">17</td></tr>
我能做些什么?