【发布时间】:2010-05-20 00:04:19
【问题描述】:
我正在尝试使用 feedparser 从 yahoos weather rss 获取一些数据。看起来提要解析器剥离了 yweather 命名空间数据:
http://weather.yahooapis.com/forecastrss?w=24260013&u=c
<yweather:condition text="Fair" code="34" temp="23" date="Wed, 19 May 2010 5:55 pm EDT" />
看起来 feedparser 完全忽略了这一点。有没有可以拿的?
【问题讨论】:
标签: python feedparser