mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
Update x1co.com.br.config.js
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
site: 'x1co.com.br',
|
||||
days: 2,
|
||||
url: 'https://x1co.com.br/epg/epg.xml',
|
||||
parser: function ({ content, channel, date }) {
|
||||
parser({ content, channel, date }) {
|
||||
let programs = []
|
||||
const items = parseItems(content, channel, date)
|
||||
items.forEach(item => {
|
||||
|
||||
Reference in New Issue
Block a user