fix: update zap2it URL (#13)

zap2it is now https://tvlistings.gracenote.com
This commit is contained in:
hackwin
2025-04-02 18:30:21 -04:00
committed by GitHub
parent 8b502cc1d5
commit a41eab9f22

View File

@@ -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/';