Update hd-plus.de.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-17 13:40:07 +03:00
parent 70911f0601
commit a144ba2512

View file

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