mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 19:07:03 -04:00
Update epg.tmacaraibes.com.config.js
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
|||||||
site: 'epg.tmacaraibes.com',
|
site: 'epg.tmacaraibes.com',
|
||||||
days: 2,
|
days: 2,
|
||||||
url: 'https://epg.tmacaraibes.com/Epg/xmltv.xml',
|
url: 'https://epg.tmacaraibes.com/Epg/xmltv.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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user