mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update queue.db
This commit is contained in:
parent
6b75583a07
commit
0398016707
8 changed files with 21 additions and 21 deletions
|
@ -45,7 +45,7 @@ async function main() {
|
|||
|
||||
await grabber.grab(item.channel, item.date, config, async (data, err) => {
|
||||
logger.info(
|
||||
`[${i}/${total}] ${item.site} - ${item.channel.xmltv_id} - ${data.date.format(
|
||||
`[${i}/${total}] ${item.channel.site} - ${item.channel.xmltv_id} - ${data.date.format(
|
||||
'MMM D, YYYY'
|
||||
)} (${data.programs.length} programs)`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue