From a144ba25120585bd764f26c88dcab39ccb7e4192 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 17 Nov 2021 13:40:07 +0300 Subject: [PATCH] Update hd-plus.de.config.js --- sites/hd-plus.de/hd-plus.de.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sites/hd-plus.de/hd-plus.de.config.js b/sites/hd-plus.de/hd-plus.de.config.js index c4fc9946..e6acd084 100644 --- a/sites/hd-plus.de/hd-plus.de.config.js +++ b/sites/hd-plus.de/hd-plus.de.config.js @@ -18,6 +18,9 @@ module.exports = { return `https://www.hd-plus.de/epg/channel/${channel.site_id}?d=${day}` }, + request: { + timeout: 10000 + }, logo({ content }) { const dom = new JSDOM(content) const img = dom.window.document.querySelector('header > img')