mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update compulms.com
This commit is contained in:
parent
69c6602268
commit
706e364f20
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<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="" site_id="EnerGeek 4">EnerGeek 4</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 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="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>
|
</channels>
|
||||||
|
|
|
@ -14,8 +14,8 @@ module.exports = {
|
||||||
const items = parseItems(content, channel, date)
|
const items = parseItems(content, channel, date)
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.title?.[0].value,
|
title: item.title?.[0]?.value,
|
||||||
description: item.desc?.[0].value,
|
description: item.desc?.[0]?.value,
|
||||||
icon: item.icon?.[0],
|
icon: item.icon?.[0],
|
||||||
start: item.start,
|
start: item.start,
|
||||||
stop: item.stop
|
stop: item.stop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue