Update hd-plus.de.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-18 17:58:56 +03:00
parent 5d648ed1f8
commit 76beb4d6d7

View file

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