Update grab.js

This commit is contained in:
Aleksandr Statciuk 2021-10-06 19:41:43 +03:00
parent 070f06c06c
commit 3347527b86

View file

@ -34,9 +34,9 @@ async function main() {
await grabber
.grab(channel, config, (item, err) => {
console.log(
` ${item.channel.xmltv_id} - ${item.channel.site} - ${item.date.format(
'MMM D, YYYY'
)} (${item.programs.length} programs)`
` ${item.channel.xmltv_id} - ${item.channel.site} (${
item.channel.lang
}) - ${item.date.format('MMM D, YYYY')} (${item.programs.length} programs)`
)
if (err) {