mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update grab.js
This commit is contained in:
parent
36e0c5bb43
commit
fcdd59324f
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ async function main() {
|
|||
await grabber
|
||||
.grab(channel, config, (item, err) => {
|
||||
console.log(
|
||||
` ${item.channel.site} - ${item.channel.xmltv_id} - ${item.date.format(
|
||||
'MMM D, YYYY'
|
||||
)} (${item.programs.length} programs)`
|
||||
` ${item.channel.site} (${options.country.toUpperCase()}) - ${
|
||||
item.channel.xmltv_id
|
||||
} - ${item.date.format('MMM D, YYYY')} (${item.programs.length} programs)`
|
||||
)
|
||||
|
||||
if (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue