diff options
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() { |