Update x1co.com.br.config.js

This commit is contained in:
freearhey
2026-05-07 21:03:17 +03:00
parent 64577ae9ed
commit 7972e85659

View File

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