X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=sql%2Fcc04%2Fupdate-cc04.sh;h=231f3a851980d8375a72816e20a8ce3d1c38add5;hp=69e83b49e0282401a39c9af6098747db4a929a7c;hb=HEAD;hpb=e6871b132e82334363ea825e663c8e9be15c685e diff --git a/sql/cc04/update-cc04.sh b/sql/cc04/update-cc04.sh index 69e83b4..231f3a8 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" @@ -15,4 +16,5 @@ SEASON="Challenge Cup 2004" 5 39 6 40 7 41 +8 42 EOF