mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update grab.js
This commit is contained in:
parent
881e2b2fec
commit
8efe664ae5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async function main() {
|
|||
await grabber
|
||||
.grab(channel, config, (item, err) => {
|
||||
console.log(
|
||||
` ${item.channel.site} - ${item.channel.xmltv_id} - ${item.date.format(
|
||||
` ${item.channel.xmltv_id} - ${item.channel.site} - ${item.date.format(
|
||||
'MMM D, YYYY'
|
||||
)} (${item.programs.length} programs)`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue