From 8b5788e674ff075e632b647712d0e0065ff5baa3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 17 Apr 2022 00:42:59 +0300 Subject: [PATCH] Update ontvtonight.com.test.js --- sites/ontvtonight.com/ontvtonight.com.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/ontvtonight.com/ontvtonight.com.test.js b/sites/ontvtonight.com/ontvtonight.com.test.js index 6889bfd2..7a028536 100644 --- a/sites/ontvtonight.com/ontvtonight.com.test.js +++ b/sites/ontvtonight.com/ontvtonight.com.test.js @@ -1,4 +1,5 @@ -// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_au.channels.xml --output=.gh-pages/guides/au/ontvtonight.com.epg.xml --days=2 +// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_au.channels.xml --output=guide.xml --days=2 +// npx epg-grabber --config=sites/ontvtonight.com/ontvtonight.com.config.js --channels=sites/ontvtonight.com/ontvtonight.com_us.channels.xml --output=guide.xml --days=2 const { parser, url } = require('./ontvtonight.com.config.js') const dayjs = require('dayjs')