mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update programacion-tv.elpais.com.config.js
This commit is contained in:
parent
0b1fed6d29
commit
f7ce568a14
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue