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
509d120cfd
commit
f11588cef0
1 changed files with 0 additions and 13 deletions
|
@ -23,11 +23,6 @@ module.exports = {
|
||||||
category: parseCategory(item),
|
category: parseCategory(item),
|
||||||
season: parseSeason(item),
|
season: parseSeason(item),
|
||||||
episode: parseEpisode(item),
|
episode: parseEpisode(item),
|
||||||
rating: [{
|
|
||||||
system: parseRatingSystem(item),
|
|
||||||
value: parseRatingValue(item),
|
|
||||||
icon: ''
|
|
||||||
}],
|
|
||||||
directors: parseDirectors(item),
|
directors: parseDirectors(item),
|
||||||
actors: parseActors(item),
|
actors: parseActors(item),
|
||||||
date: parseDate(item),
|
date: parseDate(item),
|
||||||
|
@ -138,14 +133,6 @@ function parseDate(item) {
|
||||||
return item.program.origAirDate
|
return item.program.origAirDate
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseRatingSystem(item) {
|
|
||||||
return item.program.ratings.body
|
|
||||||
}
|
|
||||||
|
|
||||||
function parseRatingValue(item) {
|
|
||||||
return item.program.ratings.code
|
|
||||||
}
|
|
||||||
|
|
||||||
function parseActors(item) {
|
function parseActors(item) {
|
||||||
return item.program.topCast || []
|
return item.program.topCast || []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue