From 76beb4d6d7555c5fb3af6343700afbd3b034de09 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 18 Nov 2021 17:58:56 +0300 Subject: [PATCH] Update hd-plus.de.config.js --- sites/hd-plus.de/hd-plus.de.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/hd-plus.de/hd-plus.de.config.js b/sites/hd-plus.de/hd-plus.de.config.js index e6acd084..c4fc9946 100644 --- a/sites/hd-plus.de/hd-plus.de.config.js +++ b/sites/hd-plus.de/hd-plus.de.config.js @@ -18,9 +18,6 @@ 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')