mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update save.js
This commit is contained in:
parent
65cd9d150f
commit
c1297d13f1
1 changed files with 6 additions and 8 deletions
|
@ -22,8 +22,7 @@ async function main() {
|
|||
category: program.category || null,
|
||||
season: program.season || null,
|
||||
episode: program.episode || null,
|
||||
sub_title : program.sub_title || null,
|
||||
url : program.url || null,
|
||||
url: program.url || null,
|
||||
icon: program.icon || null,
|
||||
channel: program.channel,
|
||||
sub_title: program.sub_title || null,
|
||||
|
@ -31,15 +30,14 @@ async function main() {
|
|||
lang: program.lang,
|
||||
start: program.start,
|
||||
stop: program.stop,
|
||||
date: program.date || null,
|
||||
director: program.director || null,
|
||||
actor: program.actor || null,
|
||||
writer: program.writer || null,
|
||||
adapter: program.adapter || null,
|
||||
writer: program.writer || null,
|
||||
adapter: program.adapter || null,
|
||||
producer: program.producer || null,
|
||||
composer: program.composer || null,
|
||||
editor: program.editor || null,
|
||||
presenter: program.presenter || null,
|
||||
composer: program.composer || null,
|
||||
editor: program.editor || null,
|
||||
presenter: program.presenter || null,
|
||||
commentator: program.commentator || null,
|
||||
guest: program.guest || null,
|
||||
site: item.channel.site,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue