openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
WeatherID.py File Reference

Namespaces

 Tools.WeatherID
 

Functions

def Tools.WeatherID.get_woeid_from_yahoo (search_string)
 

Variables

string Tools.WeatherID.WOEID_SEARCH_URL = 'http://query.yahooapis.com/v1/public/yql'
 
string Tools.WeatherID.WOEID_QUERY_STRING = 'select line1, line2, line3, line4, woeid from geo.placefinder where text="%s"'