diff --git a/zap2xml.pl b/zap2xml.pl index 657dd28..efd5611 100755 --- a/zap2xml.pl +++ b/zap2xml.pl @@ -152,7 +152,7 @@ $sleeptime = $options{S} if defined $options{S}; $shiftMinutes = $options{m} if defined $options{m}; $ncdays = $days - $ncdays; # make relative to the end -$urlRoot = 'https://tvlistings.zap2it.com/'; +$urlRoot = 'https://tvlistings.gracenote.com/'; $urlAssets = 'https://zap2it.tmsimg.com/assets/'; $tvgurlRoot = 'http://mobilelistings.tvguide.com/'; $tvgMapiRoot = 'http://mapi.tvguide.com/';