mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update tvguide.com.config.js
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
days: 2,
|
days: 2,
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
const [providerId, channelSourceIds] = channel.site_id.split('#')
|
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')
|
.startOf('d')
|
||||||
.unix()}&duration=1440&channelSourceIds=${channelSourceIds}`
|
.unix()}&duration=1440&channelSourceIds=${channelSourceIds}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user