Show
Ignore:
Timestamp:
12/06/07 03:11:51 (5 years ago)
Author:
paul
Message:

yahoo7widget, yahoo7web, rex: lost Prime distinct names for regions 69, 71, 106, 126 and lost "Seven Cairns" for region 79. Its a reversal of changesets [854] and [965].

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/grabbers/yahoo7widget

    r965 r976  
    2222 
    2323my $progname = "yahoo7widget"; 
    24 my $version = "1.96"; 
     24my $version = "1.97"; 
    2525 
    2626use XMLTV; 
     
    225225        my %chan_map; 
    226226 
    227         if ($r == 71) { # Region 71 (NSW: Southern NSW) 
     227        if ($r == 69) { # NSW: Northern NSW 
     228                push (@{($chan_map{"Prime"})}, "Prime Tamworth/Taree/Port", "Prime Lismore/Coffs Hbr"); 
     229        } elsif ($r == 71) { # NSW: Southern NSW 
    228230                push (@{($chan_map{"TEN"})}, "TEN (NSW: Southern NSW)", "TEN (Mildura Digital)"); 
    229         } elsif ($r == 79) { # Region 79 (QLD: Regional) 
    230                 push (@{($chan_map{"Seven"})}, "Seven (Rockhampton/Toowoomba)", "Seven (Townsville/Mackay/Wide Bay/Sunshine Coast)"); 
     231                push (@{($chan_map{"Prime"})}, "Prime Canberra/Sth Coast", "Prime Wagga Wagga", 
     232                                "Prime Wollongong", "Prime Orange"); 
     233        } elsif ($r == 79) { # QLD: Regional 
     234                push (@{($chan_map{"Seven"})},  "Seven (Townsville/Mackay/Wide Bay/Sunshine Coast)", 
     235                        "Seven (Rockhampton/Toowoomba)", "Seven Cairns"); 
    231236                push (@{($chan_map{"WIN"})}, "WIN (QLD: Regional)", "WIN (Mackay/Wide Bay)"); 
    232         } elsif ($r == 90) { # Region 90 (VIC: Eastern Victoria) 
     237        } elsif ($r == 90) { # VIC: Eastern Victoria 
    233238                push (@{($chan_map{"Prime"})}, "Prime (Regional)", "Prime (Albury)"); 
     239        } elsif ($r == 106) { # NSW: Remote and Central 
     240                push (@{($chan_map{"Prime"})}, "Prime Wagga Wagga"); 
     241        } elsif ($r == 126) { # ACT 
     242                push (@{($chan_map{"Prime"})}, "Prime Canberra/Sth Coast"); 
    234243        } 
    235244