From f7ce568a14f2723035cb601ec42f98d5e257b1a2 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 1 Feb 2022 05:25:15 +0300 Subject: [PATCH] Update programacion-tv.elpais.com.config.js --- .../programacion-tv.elpais.com.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js index bfbb1e76..d5bcd8cc 100644 --- a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js +++ b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js @@ -10,9 +10,6 @@ module.exports = { url: function ({ date }) { return `https://programacion-tv.elpais.com/data/parrilla_${date.format('DDMMYYYY')}.json` }, - logo: function ({ channel }) { - return `https://programacion-tv.elpais.com/imagenes/canales/${channel.site_id}.jpg` - }, parser: function ({ content, date, channel }) { const programs = [] const data = JSON.parse(content)