I'm trying to find links to weather condition images for Yahoo weather api. I get condition codes in JSON response, guess images are based on them. Like for OpenWeatherMap you add condition code to main URL http://openweathermap.org/img/w/(conditionCode)
How to do that for yahoo images?
Link to the images is embedded in the api response down somewhere in description element. Add code number accordingly and download the image