Changeset 786 for grabbers/oztivo

Show
Ignore:
Timestamp:
06/20/07 14:58:28 (6 years ago)
Author:
max
Message:

Oztivo tries a bit harder on network failure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • grabbers/oztivo

    r772 r786  
    33# OzTivo grabber 
    44 
    5 my $version = '1.00'; 
     5my $version = '1.01'; 
    66 
    77# Requires configuration! 
     
    114114if (!defined $raw_input) { 
    115115    my ($success, $status); 
    116     ($data, $success, $status) = Shepherd::Common::get_url(url => "http://$user:$pw\@minnie.tuhs.org/tivo-bin/xmlguide.pl"); 
     116    ($data, $success, $status) = Shepherd::Common::get_url(url => "http://$user:$pw\@minnie.tuhs.org/tivo-bin/xmlguide.pl", retries => 5, retry_delay => 20); 
    117117    unless ($success) 
    118118    {