diff --git a/scripts/grab.js b/scripts/grab.js index 30117cb5..77b15294 100644 --- a/scripts/grab.js +++ b/scripts/grab.js @@ -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) {