I want to get the temperature from Yahoo weather API, I am using the following code:
http://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where location%3D"48906"&format=json
I just want to retrieve the temperature and not anything else.