diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-12-28 19:02:47 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-12-28 19:02:47 +0100 |
commit | f216db7b5a80d19e0382d873fbbf2a834f4d4484 (patch) | |
tree | c33ed03d77956bf71fd3ebed6c7eabf20135ace7 /abfall_spermüll/get.sh | |
parent | 2788516d6dc20cd2bc20e244128547a39815abd8 (diff) | |
download | scripts-f216db7b5a80d19e0382d873fbbf2a834f4d4484.tar.gz scripts-f216db7b5a80d19e0382d873fbbf2a834f4d4484.zip |
calendar
Diffstat (limited to 'abfall_spermüll/get.sh')
-rwxr-xr-x | abfall_spermüll/get.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abfall_spermüll/get.sh b/abfall_spermüll/get.sh index 4f892dd..3cb4b6f 100755 --- a/abfall_spermüll/get.sh +++ b/abfall_spermüll/get.sh @@ -2,7 +2,8 @@ fetch_tour() { tourId=$1 - curl "http://www.abfallwirtschaft-ortenaukreis.de/tourSearch.php?id=53&lang=de&action=showTour&muellID=8&tour=$tourId" 2>/dev/null + curl "http://www.abfallwirtschaft-ortenaukreis.de/tourSearch.php?id=53&lang=de&action=showTour&muellID=8&tour=$tourId" 2>/dev/null | + iconv -f ISO-8859-1 -t utf8 } parse_tour() { |