Changeset 48
- Timestamp:
- 10/08/06 22:26:29 (7 years ago)
- Files:
-
- 2 modified
-
grabbers/d1 (modified) (5 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/d1
r47 r48 6 6 =head1 NAME 7 7 8 tv_grab_au (0.6.2. 2) - Grab TV listings for Australia.8 tv_grab_au (0.6.2.3) - Grab TV listings for Australia. 9 9 10 10 =head1 SYNOPSIS … … 117 117 use XMLTV::Usage <<END 118 118 119 $0 (0.6.2. 2): grab Australian television listings in XMLTV format119 $0 (0.6.2.3): grab Australian television listings in XMLTV format 120 120 To configure: $0 --configure [--config-file FILE] 121 121 To grab listings: $0 [--config-file FILE] [--output FILE] [--days N] … … 179 179 180 180 # set user-agent manually 181 $XMLTV::Get_nice::ua->agent("tv_grab_au/0.6.2. 2");181 $XMLTV::Get_nice::ua->agent("tv_grab_au/0.6.2.3"); 182 182 183 183 my ($opt_days, $opt_offset, $opt_help, $opt_output, … … 243 243 my $proc_time = ParseDate('now'); 244 244 245 print "d1 v0.6.2. 2tv_grab_au\n";245 print "d1 v0.6.2.3 tv_grab_au\n"; 246 246 printf "d1 grabs tv guide data from Development 1 Australia (www.d1.com.au).\n" if $opt_desc; 247 247 exit(0) if ($opt_version || $opt_desc); 248 248 249 249 if (($opt_channels_file) && ($opt_region) && ($opt_output)) { 250 printf "called from shepherd!\n"; 251 $opt_debug = 0; # hack - shepherd calls with --debug which is noisy in here 250 252 # called from shepherd! 251 253 if ($opt_timezone) { … … 296 298 elsif ($chan eq "ABC2") { $chan_name .= "2-2"; } 297 299 elsif ($chan eq "SBS") { $chan_name .= "SBS"; } 300 elsif ($chan eq "SBS News") { $chan_name .= "SBS-2"; } 298 301 elsif ($chan eq "Seven") { $chan_name .= "7"; } 299 302 elsif ($chan eq "Nine") { $chan_name .= "9"; } -
status
r47 r48 6 6 yahoo7widget:1.53:grabber 7 7 jrobbo:0.01:grabber 8 d1:0.6.2. 2:grabber8 d1:0.6.2.3:grabber
