From 9fde15a53291718ec384a7c5214a488cd9ff083a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 May 2022 13:59:51 +0300 Subject: [PATCH] Update guide.dstv.com.test.js --- sites/guide.dstv.com/guide.dstv.com.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/guide.dstv.com/guide.dstv.com.test.js b/sites/guide.dstv.com/guide.dstv.com.test.js index c14e3a15..760d907e 100644 --- a/sites/guide.dstv.com/guide.dstv.com.test.js +++ b/sites/guide.dstv.com/guide.dstv.com.test.js @@ -1,5 +1,5 @@ // node ./scripts/commands/parse-channels.js --config=./sites/guide.dstv.com/guide.dstv.com.config.js --output=./sites/guide.dstv.com/guide.dstv.com_za.channels.xml --set=bouquet:c35aaecd-5dd1-480b-ae24-357e600a0e4d -// npx epg-grabber --config=sites/guide.dstv.com/guide.dstv.com.config.js --channels=sites/guide.dstv.com/guide.dstv.com_za.channels.xml --output=guide.xml --timeout=30000 --days=2 +// npx epg-grabber --config=sites/guide.dstv.com/guide.dstv.com.config.js --channels=sites/guide.dstv.com/guide.dstv.com_ao.channels.xml --output=guide.xml --timeout=30000 --days=2 const { parser, url } = require('./guide.dstv.com.config.js') const dayjs = require('dayjs')