Yahoo weather API, randomly returns old data?
问题 I started using Yahoo's free weather API to get the weather data I need, but it seems each time I request a city weather data there is a chance that either I get updated data or old data from back to 1 to 8 days. Here is a simple URL which I make my request with: Click here to see a sample request The YQL query is simple, which requests the weather data for New York city: select * from weather.forecast where woeid in (select woeid from geo.places(1) where text="New York") But each time I