mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 06:56:59 -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