From a41eab9f222f1625c4e20a29068bf81562a38829 Mon Sep 17 00:00:00 2001 From: hackwin Date: Wed, 2 Apr 2025 18:30:21 -0400 Subject: [PATCH] fix: update zap2it URL (#13) zap2it is now https://tvlistings.gracenote.com --- zap2xml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zap2xml.pl b/zap2xml.pl index 657dd28..efd5611 100755 --- a/zap2xml.pl +++ b/zap2xml.pl @@ -152,7 +152,7 @@ $allChan = 1 if defined($zipcode) && defined($zlineupId); $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/';