Update epg.tmacaraibes.com.config.js

This commit is contained in:
freearhey
2026-05-07 21:08:41 +03:00
parent 543549bd59
commit 5b63050fde

View File

@@ -4,7 +4,7 @@ module.exports = {
site: 'epg.tmacaraibes.com',
days: 2,
url: 'https://epg.tmacaraibes.com/Epg/xmltv.xml',
parser: function ({ content, channel, date }) {
parser({ content, channel, date }) {
let programs = []
const items = parseItems(content, channel, date)
items.forEach(item => {