I need some help here as the shell my Geektool shell for yahoo weather images seem not to be working. I have been using this and it works fine until recent weeks. And I haven't changed it recently (or at least i think i didnt)
Shell:
curl --silent "http://hk.weather.yahoo.com/hong-kong/hong-kong-island/hong-kong-2165352/" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather1.png\
Image:
file:///tmp/weather1.png
Any insight?
Shell:
curl --silent "http://hk.weather.yahoo.com/hong-kong/hong-kong-island/hong-kong-2165352/" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather1.png\
Image:
file:///tmp/weather1.png
Any insight?