mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvarenasport.com.config.js
This commit is contained in:
parent
91967081cc
commit
99f0ca3391
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ module.exports = {
|
||||||
const items = parseItems(content, channel)
|
const items = parseItems(content, channel)
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.title,
|
title: item.title.trim(),
|
||||||
category: item.league,
|
category: item.league,
|
||||||
description: item.sport,
|
description: item.sport.trim(),
|
||||||
start: dayjs(item.start),
|
start: dayjs(item.start),
|
||||||
stop: dayjs(item.end)
|
stop: dayjs(item.end)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue