Changeset 63
- Timestamp:
- 10/10/06 23:40:48 (7 years ago)
- Files:
-
- 2 modified
-
grabbers/rex (modified) (4 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/rex
r50 r63 3 3 # "Rex" 4 4 5 my $version = '3.2. 1';5 my $version = '3.2.2'; 6 6 7 7 # An Australian TV Guide Grabber (a.k.a. tv_grab_au) … … 58 58 # 3.2.0 : Feature: gzip compression, report KB downloaded 59 59 # 3.2.1 : Bugfix : handle failed downloads better 60 # 3.2.2 : Bugfix : no empty sub-titles in cache; no output buffering 60 61 61 62 use strict; … … 114 115 115 116 print "$progname $version\n"; 116 117 118 $| = 1; 119 117 120 Getopt::Long::Configure(qw/pass_through/); 118 121 … … 289 292 [ 290 293 'Subtitle', 291 $cached->{$pid}->{'sub-title'}[0][0],294 ($cached->{$pid}->{'sub-title'} ? $cached->{$pid}->{'sub-title'}[0][0] : undef), 292 295 $precache->{$pid}->{'sub-title'} 293 296 ] -
status
r62 r63 1 1 shepherd:0.2.10:shepherd 2 rex:3.2. 1-r2:grabber2 rex:3.2.2:grabber 3 3 oztivo:0.5:grabber 4 4 abc_website:1.55-r2:grabber
