Update sky.de.config.js

This commit is contained in:
Aleksandr Statciuk 2022-03-06 16:51:23 +03:00
parent 532e2bdd4a
commit 71a97a765b

View file

@ -2,6 +2,7 @@ const dayjs = require('dayjs')
module.exports = {
site: 'sky.de',
ignore: true, // server returns error 403 (https://github.com/iptv-org/epg/runs/5435899744?check_suite_focus=true)
url: `https://www.sky.de/sgtvg/service/getBroadcastsForGrid`,
request: {
method: 'POST',
@ -32,7 +33,6 @@ module.exports = {
}
}
function parseContent(content, channel) {
const json = JSON.parse(content)
if (!Array.isArray(json.cl)) return null