X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=parse%2Fparse-ddreurope-tournament.pl;fp=parse%2Fparse-ddreurope-tournament.pl;h=4b0b238921abd280482d5a4939c6a3e9a882e9d4;hp=e3d6ba5fa3992476ce45256755afdb7ee7631d21;hb=df9a219dc572f63e39ff432e052883c4052ff448;hpb=7cef45596273ce846eef3b58393d768c0b8d9dc6 diff --git a/parse/parse-ddreurope-tournament.pl b/parse/parse-ddreurope-tournament.pl index e3d6ba5..4b0b238 100644 --- a/parse/parse-ddreurope-tournament.pl +++ b/parse/parse-ddreurope-tournament.pl @@ -24,6 +24,7 @@ while (<>) { /x) { my ($country, $location, $date, $mix, $system) = ($1, $2, $3, $4, $5); $mix =~ s/Euromix/EuroMix/; + $mix =~ s/Dance Dance Revolution 8th mix - Extreme/DDR Extreme/; $system = '10K Machine score' if ($system =~ /^\s*$/); print "INSERT INTO tournaments \n";