diff --git a/sites/dstv.com/dstv.com.test.js b/sites/dstv.com/dstv.com.test.js index 56099060..c0dcf023 100644 --- a/sites/dstv.com/dstv.com.test.js +++ b/sites/dstv.com/dstv.com.test.js @@ -1,4 +1,5 @@ -// 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 +// node ./scripts/commands/parse-channels.js --config=./sites/dstv.com/dstv.com.config.js --output=./sites/dstv.com/dstv.com_za.channels.xml --set=bouquet:c35aaecd-5dd1-480b-ae24-357e600a0e4d +// npx epg-grabber --config=sites/dstv.com/dstv.com.config.js --channels=sites/dstv.com/dstv.com_za.channels.xml --output=guide.xml --timeout=30000 --days=2 const { parser, url, logo } = require('./dstv.com.config.js') const dayjs = require('dayjs')