Changeset 1268

Show
Ignore:
Timestamp:
06/04/10 23:29:44 (3 years ago)
Author:
lincoln
Message:

drop window of requested programs from 6 hours to 3 hours

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/grabbers/foxtel_swf

    r1243 r1268  
    88 
    99my $progname = "foxtel_swf"; 
    10 my $version = "2.02"; 
     10my $version = "2.03"; 
    1111my $cache_file = $progname.".storable.cache"; 
    1212 
     
    504504        $curr_start = $starttime; 
    505505        while ($curr_start < $stoptime) { 
    506                 $curr_stop = $curr_start + (6 * 60 * 60); # 6 hours 
     506                $curr_stop = $curr_start + (3 * 60 * 60); # 6 hours 
    507507                $curr_stop = $stoptime if ($curr_stop > $stoptime); 
    508508 
  • trunk/status

    r1267 r1268  
    1010grabber         yahoo7widget        1.111 
    1111grabber         yahoo7web           0.40-r3 
    12 grabber         foxtel_swf          2.02 
     12grabber         foxtel_swf          2.03 
    1313grabber         southerncross_website   0.21 
    1414grabber         ten_website         2.03