From cc825333753405682799a56cdf74c868e78ea3ac Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 5 Oct 2021 03:33:17 +0300 Subject: [PATCH] Update programacion-tv.elpais.com.config.js --- sites/programacion-tv.elpais.com.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/programacion-tv.elpais.com.config.js b/sites/programacion-tv.elpais.com.config.js index 6cc2e3df..bfbb1e76 100644 --- a/sites/programacion-tv.elpais.com.config.js +++ b/sites/programacion-tv.elpais.com.config.js @@ -6,10 +6,7 @@ dayjs.extend(utc) dayjs.extend(timezone) module.exports = { - lang: 'es', site: 'programacion-tv.elpais.com', - channels: 'programacion-tv.elpais.com.channels.xml', - output: '.gh-pages/guides/programacion-tv.elpais.com.guide.xml', url: function ({ date }) { return `https://programacion-tv.elpais.com/data/parrilla_${date.format('DDMMYYYY')}.json` },