mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
Update compulms.com
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="CCPRadio.cl" site_id="EnerGeek Animate">EnerGeek Animate</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="EnerGeek.cl" site_id="EnerGeek Retro">EnerGeek Retro</channel>
|
||||
<!-- <channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek 4">EnerGeek 4</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek Fanpop">EnerGeek Fanpop</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek Retro">EnerGeek Retro</channel> -->
|
||||
<channel site="compulms.com" lang="es" xmltv_id="CCPRadio.cl" site_id="CCP Radio">CCP Radio</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="EnerGeekRadio.cl" site_id="EnerGeek Radio TV">EnerGeek Radio TV</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="FanpopTV.cl" site_id="EnerGeek Fanpop">EnerGeek Fanpop</channel>
|
||||
<channel site="compulms.com" lang="es" xmltv_id="FanpopTV.cl" site_id="Fanpop TV">Fanpop TV</channel>
|
||||
</channels>
|
||||
|
||||
@@ -14,8 +14,8 @@ module.exports = {
|
||||
const items = parseItems(content, channel, date)
|
||||
items.forEach(item => {
|
||||
programs.push({
|
||||
title: item.title?.[0].value,
|
||||
description: item.desc?.[0].value,
|
||||
title: item.title?.[0]?.value,
|
||||
description: item.desc?.[0]?.value,
|
||||
icon: item.icon?.[0],
|
||||
start: item.start,
|
||||
stop: item.stop
|
||||
|
||||
Reference in New Issue
Block a user