mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update load.js
This commit is contained in:
parent
63c549f73a
commit
7bfe6cc038
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ async function main() {
|
|||
|
||||
await grabber.grab(item.channel, item.date, config, async (data, err) => {
|
||||
logger.info(
|
||||
`[${i}/${total}] ${item.channel.site} - ${item.channel.xmltv_id} - ${data.date.format(
|
||||
'MMM D, YYYY'
|
||||
)} (${data.programs.length} programs)`
|
||||
`[${i}/${total}] ${item.channel.site} (${item.channel.lang}) - ${
|
||||
item.channel.xmltv_id
|
||||
} - ${data.date.format('MMM D, YYYY')} (${data.programs.length} programs)`
|
||||
)
|
||||
|
||||
if (err) logger.error(err.message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue