mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update tvtv.us.config.js
This commit is contained in:
parent
695e29bd2f
commit
73b23a924b
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = {
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
programs.push({
|
programs.push({
|
||||||
title: parseTitle(item),
|
title: parseTitle(item),
|
||||||
|
sub_title: parseSubtitle(item),
|
||||||
description: parseDescription(item),
|
description: parseDescription(item),
|
||||||
category: parseCategory(item),
|
category: parseCategory(item),
|
||||||
season: parseSeason(item),
|
season: parseSeason(item),
|
||||||
|
@ -99,6 +100,10 @@ function parseTitle(item) {
|
||||||
return item.program.title
|
return item.program.title
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function parseSubtitle(item) {
|
||||||
|
return item.program.episodeTitle
|
||||||
|
}
|
||||||
|
|
||||||
function parseDescription(item) {
|
function parseDescription(item) {
|
||||||
return item.program.longDescription
|
return item.program.longDescription
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue