mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update hd-plus.de.config.js
This commit is contained in:
@@ -18,9 +18,6 @@ module.exports = {
|
|||||||
|
|
||||||
return `https://www.hd-plus.de/epg/channel/${channel.site_id}?d=${day}`
|
return `https://www.hd-plus.de/epg/channel/${channel.site_id}?d=${day}`
|
||||||
},
|
},
|
||||||
request: {
|
|
||||||
timeout: 10000
|
|
||||||
},
|
|
||||||
logo({ content }) {
|
logo({ content }) {
|
||||||
const dom = new JSDOM(content)
|
const dom = new JSDOM(content)
|
||||||
const img = dom.window.document.querySelector('header > img')
|
const img = dom.window.document.querySelector('header > img')
|
||||||
|
|||||||
Reference in New Issue
Block a user