Quantcast
Channel: python feedparser with yahoo weather rss - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by ViennaMike for python feedparser with yahoo weather rss

For completeness, feedparser DOES suppport this as well. The general syntax is namespace prefix underscore tag name (e.g., yweather_condition). In the Yahoo weather example given, one can do: import...

View Article



Answer by unutbu for python feedparser with yahoo weather rss

Here is one way you could get the data using using lxml: import urllib2 import lxml.etree url = "http://weather.yahooapis.com/forecastrss?w=24260013&u=c" doc = lxml.etree.parse(...

View Article

python feedparser with yahoo weather rss

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...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images