From 4d1514494196d6e092c5051b2717a9187196a32d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 24 Nov 2021 21:54:27 +0300 Subject: [PATCH] Update dstv.com.test.js --- sites/dstv.com/dstv.com.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/dstv.com/dstv.com.test.js b/sites/dstv.com/dstv.com.test.js index da9607f8..56099060 100644 --- a/sites/dstv.com/dstv.com.test.js +++ b/sites/dstv.com/dstv.com.test.js @@ -1,4 +1,4 @@ -// npx epg-grabber --config=sites/dstv.com/dstv.com.config.js --channels=sites/dstv.com/dstv.com_ao.channels.xml --days=1 --output=.gh-pages/guides/ao/dstv.com.epg.xml +// npx epg-grabber --config=sites/dstv.com/dstv.com.config.js --channels=sites/dstv.com/dstv.com_ao.channels.xml --output=.gh-pages/guides/ao/dstv.com.epg.xml --days=2 const { parser, url, logo } = require('./dstv.com.config.js') const dayjs = require('dayjs')