Skip to content

Commit a41eab9

Browse files
authored
fix: update zap2it URL (#13)
zap2it is now https://tvlistings.gracenote.com
1 parent 8b502cc commit a41eab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zap2xml.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
$sleeptime = $options{S} if defined $options{S};
153153
$shiftMinutes = $options{m} if defined $options{m};
154154
$ncdays = $days - $ncdays; # make relative to the end
155-
$urlRoot = 'https://tvlistings.zap2it.com/';
155+
$urlRoot = 'https://tvlistings.gracenote.com/';
156156
$urlAssets = 'https://zap2it.tmsimg.com/assets/';
157157
$tvgurlRoot = 'http://mobilelistings.tvguide.com/';
158158
$tvgMapiRoot = 'http://mapi.tvguide.com/';

0 commit comments

Comments
 (0)