mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update tvtv.us.config.js
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user