From bb4f51f545e48faf90cf09671056530d124f770a Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 25 Dec 2011 23:16:41 +0100 Subject: =?UTF-8?q?sperrm=C3=BCll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "abfall_sperm\303\274ll/get.sh" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'abfall_spermüll/get.sh') diff --git "a/abfall_sperm\303\274ll/get.sh" "b/abfall_sperm\303\274ll/get.sh" index a689f8f..4f892dd 100755 --- "a/abfall_sperm\303\274ll/get.sh" +++ "b/abfall_sperm\303\274ll/get.sh" @@ -11,12 +11,12 @@ parse_tour() { fetch_tour $tourId > "$tmp" bereich=`sed -n -e 's/.*Bereich: \([^<]\+\).*/\1/p' < "$tmp"` for datum in `sed -n -e 's/\s\+\w\+, \([0-9]\{2\}\)\. \(\w\+\) \([0-9]\{4\}\).*/\1.\2.\3/p' < "$tmp"`; do - python -c "import time; print time.strftime('%F', time.strptime('$datum', '%d.%B.%Y')), '$bereich'" + python -c "import time,locale; locale.setlocale(locale.LC_TIME, 'de_DE.utf8'); print time.strftime('%F', time.strptime('$datum', '%d.%B.%Y')), '$bereich'" done rm "$tmp" } -for tourId in `seq 0 9000`; do +for tourId in `seq 1 9000`; do echo tourId=$tourId >&2 - parse_tour tourId + parse_tour $tourId done -- cgit v1.2.1