mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -05:00
Update programacion-tv.elpais.com.config.js
This commit is contained in:
@@ -10,9 +10,6 @@ module.exports = {
|
|||||||
url: function ({ date }) {
|
url: function ({ date }) {
|
||||||
return `https://programacion-tv.elpais.com/data/parrilla_${date.format('DDMMYYYY')}.json`
|
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 }) {
|
parser: function ({ content, date, channel }) {
|
||||||
const programs = []
|
const programs = []
|
||||||
const data = JSON.parse(content)
|
const data = JSON.parse(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user