mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update tvguide.com.config.js
This commit is contained in:
parent
9a0f2d3dde
commit
ea1ef392d3
1 changed files with 1 additions and 1 deletions
|
@ -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}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue