From 7c8c972d6d5a235c31e708080ec3bef0771607fc Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 5 Oct 2021 03:33:52 +0300 Subject: [PATCH] Update zap.co.ao.config.js --- sites/zap.co.ao.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/zap.co.ao.config.js b/sites/zap.co.ao.config.js index c044b85c..a8069cb1 100644 --- a/sites/zap.co.ao.config.js +++ b/sites/zap.co.ao.config.js @@ -8,11 +8,8 @@ dayjs.extend(timezone) dayjs.extend(customParseFormat) module.exports = { - lang: 'pt', days: 3, site: 'zap.co.ao', - channels: 'zap.co.ao.channels.xml', - output: '.gh-pages/guides/zap.co.ao.guide.xml', url: function ({ date, channel }) { return `https://www.zap.co.ao/_api/channels/${date.format('YYYY-M-D')}/epg.json` },