epg-grabber 0.30.1 → 0.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,7 @@ async function main() {
101
101
  await grabber
102
102
  .grab(channel, date, (data, err) => {
103
103
  logger.info(
104
- `[${i}/${total}] ${config.site} - ${data.channel.id} - ${dayjs
104
+ `[${i}/${total}] ${config.site} - ${data.channel.xmltv_id} - ${dayjs
105
105
  .utc(data.date)
106
106
  .format('MMM D, YYYY')} (${data.programs.length} programs)`
107
107
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epg-grabber",
3
- "version": "0.30.1",
3
+ "version": "0.30.2",
4
4
  "description": "Node.js CLI tool for grabbing EPG from different sites",
5
5
  "main": "src/index.js",
6
6
  "preferGlobal": true,