bratskij 06:38 15-05-2016
Цитата:
Наверно, старый формат (xml) пока не отключили. Сейчас повсеместно от него отказываются, хз почему, не выяснял. В лине ещё пару месяцев назад пришлось [more]было:
${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=2122265&u=c" -o ~/.cache/weather.xml}
стало:
${execi 300 l=${template9}; l=${l%%_*}; curl -s "api.openweathermap.org/data/2.5/forecast/daily?APPID=${template6}&id=${template7}&cnt=5&units=${template8}&lang=$l" -o ~/.cache/forecast.json}
[/more]
Цитата:
Может знаешь в чем может тоже причина?
Наверно, старый формат (xml) пока не отключили. Сейчас повсеместно от него отказываются, хз почему, не выяснял. В лине ещё пару месяцев назад пришлось [more]было:
${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=2122265&u=c" -o ~/.cache/weather.xml}
стало:
${execi 300 l=${template9}; l=${l%%_*}; curl -s "api.openweathermap.org/data/2.5/forecast/daily?APPID=${template6}&id=${template7}&cnt=5&units=${template8}&lang=$l" -o ~/.cache/forecast.json}
[/more]