mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Rename config.ignore to config.skip
This commit is contained in:
@@ -2,7 +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)
|
||||
skip: 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',
|
||||
|
||||
Reference in New Issue
Block a user