On Thu, 4 Aug 2005 11:52 pm, David Whyte wrote: > Aaagghh, this is where it gets confusing. > > I just added ABC2 to brisbane :P which I have a channel 3 on my box. > > Whytey
Thanks for the changes Whytey. Could you please change your $days_to_grab to 8 instead of the 14. From my understand of web servers, I believe requests to unexisting pages will generate errors and this will draw the attention of the administrator. And we don't want that. ;-) Paul --
--- tv_grab_au.28.pl 2005-08-05 13:15:04.298139064 +1000 +++ tv_grab_au.29.pl 2005-08-05 13:14:08.968550440 +1000 @@ -166,7 +166,7 @@ #my $XMLTVID_URL = "tv_grab_au.com.au"; # change to how you think it should work -my $days_to_grab = 14; +my $days_to_grab = 8; my $threads = 2; my $retrys = 3; my $seconds_before_retry = 2;
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
