Update compulms.com

This commit is contained in:
freearhey 2023-11-18 17:56:07 +03:00
parent 69c6602268
commit 706e364f20
2 changed files with 7 additions and 5 deletions

View file

@ -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>

View file

@ -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