Changeset 63

Show
Ignore:
Timestamp:
10/10/06 23:40:48 (7 years ago)
Author:
max
Message:

Rex bugfix.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • grabbers/rex

    r50 r63  
    33# "Rex" 
    44 
    5 my $version  = '3.2.1'; 
     5my $version  = '3.2.2'; 
    66 
    77# An Australian TV Guide Grabber (a.k.a. tv_grab_au) 
     
    5858# 3.2.0   : Feature: gzip compression, report KB downloaded 
    5959# 3.2.1   : Bugfix : handle failed downloads better 
     60# 3.2.2   : Bugfix : no empty sub-titles in cache; no output buffering 
    6061 
    6162use strict; 
     
    114115 
    115116print "$progname $version\n"; 
    116   
     117 
     118$| = 1; 
     119 
    117120Getopt::Long::Configure(qw/pass_through/); 
    118121 
     
    289292            [ 
    290293              'Subtitle', 
    291               $cached->{$pid}->{'sub-title'}[0][0], 
     294              ($cached->{$pid}->{'sub-title'} ? $cached->{$pid}->{'sub-title'}[0][0] : undef), 
    292295              $precache->{$pid}->{'sub-title'} 
    293296            ] 
  • status

    r62 r63  
    11shepherd:0.2.10:shepherd 
    2 rex:3.2.1-r2:grabber 
     2rex:3.2.2:grabber 
    33oztivo:0.5:grabber 
    44abc_website:1.55-r2:grabber