Update tvguide.com.config.js

This commit is contained in:
freearhey 2023-06-19 09:58:21 +03:00
parent 9a0f2d3dde
commit ea1ef392d3

View file

@ -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}`