wetter.upb.de URL changed
This commit is contained in:
parent
7740fa46cb
commit
de1e77edab
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
curl "http://wetter.upb.de/handy.html" 2>/dev/null | iconv -f "iso8859-1" -t utf-8 | sed -e 's/<[^>]*>//g' > weatherdump
|
||||
curl "https://wetter.cs.uni-paderborn.de/handy.html" 2>/dev/null | iconv -f "iso8859-1" -t utf-8 | sed -e 's/<[^>]*>//g' > weatherdump
|
||||
sleep 600
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user