mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
commit
7ab56f33e7
5 changed files with 916 additions and 0 deletions
|
@ -17,6 +17,8 @@ async function main() {
|
|||
}
|
||||
|
||||
for (const filepath of program.args) {
|
||||
if (!filepath.endsWith('.xml')) continue
|
||||
|
||||
const { site, channels } = await parser.parseChannels(filepath)
|
||||
|
||||
const output = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue