From ea1ef392d3287b692c837f5756978c2038e891bb Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:58:21 +0300 Subject: [PATCH] Update tvguide.com.config.js --- sites/tvguide.com/tvguide.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/tvguide.com/tvguide.com.config.js b/sites/tvguide.com/tvguide.com.config.js index 25206b7d..d1a3d301 100644 --- a/sites/tvguide.com/tvguide.com.config.js +++ b/sites/tvguide.com/tvguide.com.config.js @@ -11,7 +11,7 @@ module.exports = { days: 2, url: function ({ date, channel }) { const [providerId, channelSourceIds] = channel.site_id.split('#') - const url = `https://cmg-prod.apigee.net/v1/xapi/tvschedules/tvguide/${providerId}/web?start=${date + const url = `https://fandom-prod.apigee.net/v1/xapi/tvschedules/tvguide/${providerId}/web?start=${date .startOf('d') .unix()}&duration=1440&channelSourceIds=${channelSourceIds}`