python feedparser with yahoo weather rss

Posted by mudder on Stack Overflow See other posts from Stack Overflow or by mudder
Published on 2010-05-20T00:04:19Z Indexed on 2010/05/20 0:10 UTC
Read the original article Hit count: 237

Filed under:
|

I'm trying to use feedparser to get some data from yahoos weather rss. It looks like feed parser strips out the yweather namespace data:

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" />

looks like feedparser is completely ignoring that. is there away to get it?

© Stack Overflow or respective owner

Related posts about python

Related posts about feedparser