mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Update sky.de.config.js
This commit is contained in:
@@ -16,7 +16,6 @@ module.exports = {
|
|||||||
const programs = []
|
const programs = []
|
||||||
const items = parseItems(content, channel)
|
const items = parseItems(content, channel)
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
if (item.showId == -1) return
|
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.et,
|
title: item.et,
|
||||||
description: item.epit,
|
description: item.epit,
|
||||||
@@ -43,4 +42,4 @@ function parseContent(content, channel) {
|
|||||||
function parseItems(content, channel) {
|
function parseItems(content, channel) {
|
||||||
const data = parseContent(content, channel)
|
const data = parseContent(content, channel)
|
||||||
return data && Array.isArray(data.el) ? data.el : []
|
return data && Array.isArray(data.el) ? data.el : []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user