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

This commit is contained in:
Aleksandr Statciuk 2021-10-16 02:11:40 +03:00
parent bea341cf07
commit e37017beac

View file

@ -6,6 +6,9 @@ dayjs.extend(utc)
dayjs.extend(timezone)
module.exports = {
request: {
timeout: 10000
},
site: 'programacion-tv.elpais.com',
url: function ({ date }) {
return `https://programacion-tv.elpais.com/data/parrilla_${date.format('DDMMYYYY')}.json`