X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=sql%2Fcc04%2Fupdate-cc04.sh;fp=sql%2Fcc04%2Fupdate-cc04.sh;h=d1902bbc3b5d3b5d5b35dec6b5d82cb249eec7b2;hp=69e83b49e0282401a39c9af6098747db4a929a7c;hb=29b7d13a713879f6a1db0d2040fc37a558d9a330;hpb=7ef3ba3f1bf9b5114f60614458d9ae4cb0327bbb diff --git a/sql/cc04/update-cc04.sh b/sql/cc04/update-cc04.sh index 69e83b4..d1902bb 100755 --- a/sql/cc04/update-cc04.sh +++ b/sql/cc04/update-cc04.sh @@ -5,6 +5,7 @@ SEASON="Challenge Cup 2004" ( while read ccno id; do wget -O- "http://www.ddreurope.com/results.php?since=0&act=2&t_id=$id" | + iconv -f latin1 -t utf8 | perl ../../parse/parse-ddreurope-tournament.pl "$SEASON" > cc$ccno-04.sql done ) <<"EOF"