]> git.sesse.net Git - ccbs/blob - sql/cc04/update-cc04.sh
Make the DDRFreak parser script case insensitive with regard to previous songs (most...
[ccbs] / sql / cc04 / update-cc04.sh
1 #! /bin/sh
2
3 SEASON="Challenge Cup 2004"
4
5 (
6         while read ccno id; do
7                 wget -O- "http://www.ddreurope.com/results.php?since=0&act=2&t_id=$id" |
8                 iconv -f latin1 -t utf8 |
9                         perl ../../parse/parse-ddreurope-tournament.pl "$SEASON" > cc$ccno-04.sql
10         done
11 ) <<"EOF"
12 1       29
13 2       31
14 3       35
15 4       38
16 5       39
17 6       40
18 7       41
19 EOF