mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
Fix generated url
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
url: function ({ date, channel }) {
|
||||
return `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDDHHmmss')}`
|
||||
return `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDD')}000000`
|
||||
},
|
||||
async parser({ content, channel, date }) {
|
||||
let programs = []
|
||||
|
||||
Reference in New Issue
Block a user