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')