mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update save-results.js
This commit is contained in:
parent
b3413b6c99
commit
3e4a24b42f
2 changed files with 17 additions and 6 deletions
|
@ -12,6 +12,7 @@ async function main() {
|
|||
const programs = result.programs.map(program => {
|
||||
program.site = result.site
|
||||
program.country = result.country
|
||||
program.gid = result.gid
|
||||
|
||||
return program
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue