combine data from previous season
[sc2-widget] / getsc2clan
index 328553523d7b6834281c05b2a5a26afa0c3fa49b..94ca435551adcd62807fca213ea08464c60938ae 100755 (executable)
@@ -16,7 +16,7 @@ if (@ARGV and all { m[/] } @ARGV) {
 my ($profiles, $clanmatches) = part { /\D/ } @ARGV;  # separate numbers
 $profiles && @{$profiles}
        or die "Usage: $0 <profile id>... [<clan name>...]\n";
-my ($clanmatch) = map { $_ && qr/\A(?:$_)\z/i } join '|', @{$clanmatches};
+my ($clanmatch) = map { $_ && qr/\A(?:$_)\z/i } join '|', @{$clanmatches || []};
 
 sub blizget {
        state $bliz = do {
@@ -43,7 +43,8 @@ my @ladderdata = map {
 my %ladders = (
        map { $_->{ladder}->[0]->{ladderId} => $_ } # unique
        grep { $_->{ladder}->[0]->{division} }
-       map { $_->{currentSeason}->@* } @ladderdata
+       map { $_->{previousSeason}->@*, $_->{currentSeason}->@* }
+       @ladderdata
 );
 my @ladders = (
        nsort_by {