Update programacion-tv.elpais.com.config.js

This commit is contained in:
Aleksandr Statciuk 2022-02-01 05:25:15 +03:00
parent 0b1fed6d29
commit f7ce568a14

View file

@ -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)