From 30988102e78247a355618586fbe7fdcb31c9b92e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 18 Nov 2021 17:59:35 +0300 Subject: [PATCH] Update programacion-tv.elpais.com.config.js --- .../programacion-tv.elpais.com.config.js | 3 --- 1 file changed, 3 deletions(-) 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 e3836ea8..bfbb1e76 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,9 +6,6 @@ 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`