From 6fd1f53774079b106b86a5f3124a2d3fd3912cc3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 16 Apr 2022 19:35:01 +0300 Subject: [PATCH] Update guide.dstv.com.config.js --- sites/guide.dstv.com/guide.dstv.com.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/guide.dstv.com/guide.dstv.com.config.js b/sites/guide.dstv.com/guide.dstv.com.config.js index aaa3cf21..8952dba7 100644 --- a/sites/guide.dstv.com/guide.dstv.com.config.js +++ b/sites/guide.dstv.com/guide.dstv.com.config.js @@ -9,6 +9,7 @@ dayjs.extend(customParseFormat) module.exports = { site: 'guide.dstv.com', + ignore: true, // the guide is currently not available on the site url({ channel, date }) { const [bouquetId] = channel.site_id.split('#')