mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update tvguide.com.config.js
This commit is contained in:
@@ -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}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user