mirror of
https://github.com/iptv-org/epg
synced 2026-09-14 13:06:24 -04:00
Resolves issue reported in #2301
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
delay: 1500, // 1500 ms (otherwise the server returns error 429: https://github.com/iptv-org/epg/issues/2176)
|
||||
days: 2,
|
||||
url: function ({ date, channel }) {
|
||||
return `https://www.tvtv.us/api/v1/lineup/USA-NY71652-DEFAULT/grid/${date.toJSON()}/${date
|
||||
return `https://www.tvtv.us/api/v1/lineup/USA-NY71652-X/grid/${date.toJSON()}/${date
|
||||
.add(1, 'd')
|
||||
.toJSON()}/${channel.site_id}`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user