From c4b5d1a1b6d5b98671ed54c20dd4942c18e23a28 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 17 Apr 2022 00:42:50 +0300 Subject: [PATCH 1/3] Create ontvtonight.com_us.channels.xml --- sites/ontvtonight.com/ontvtonight.com_us.channels.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sites/ontvtonight.com/ontvtonight.com_us.channels.xml diff --git a/sites/ontvtonight.com/ontvtonight.com_us.channels.xml b/sites/ontvtonight.com/ontvtonight.com_us.channels.xml new file mode 100644 index 00000000..2bfdfadc --- /dev/null +++ b/sites/ontvtonight.com/ontvtonight.com_us.channels.xml @@ -0,0 +1,7 @@ + + + + K16IW CMC-USA + K16IW CMC-TV + + \ No newline at end of file From 6339df0e8f98ce1960ade351daca0c350c37e90b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 17 Apr 2022 00:42:55 +0300 Subject: [PATCH 2/3] Update ontvtonight.com.config.js --- sites/ontvtonight.com/ontvtonight.com.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/ontvtonight.com/ontvtonight.com.config.js b/sites/ontvtonight.com/ontvtonight.com.config.js index 529e4125..a9d5e233 100644 --- a/sites/ontvtonight.com/ontvtonight.com.config.js +++ b/sites/ontvtonight.com/ontvtonight.com.config.js @@ -11,7 +11,8 @@ dayjs.extend(customParseFormat) const tz = { au: 'Australia/Sydney', ie: 'Europe/Dublin', - uk: 'Europe/London' + uk: 'Europe/London', + us: 'America/New_York' } module.exports = { From 8b5788e674ff075e632b647712d0e0065ff5baa3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 17 Apr 2022 00:42:59 +0300 Subject: [PATCH 3/3] 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')