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..e3836ea8 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 @@ -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`