mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update sky.de.config.js
This commit is contained in:
parent
532e2bdd4a
commit
71a97a765b
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue