mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update grab.js
This commit is contained in:
parent
a717ba8488
commit
8461b3b234
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const command = spawn(
|
|||
[
|
||||
'epg-grabber',
|
||||
`--config=sites/${site}/${site}.config.js`,
|
||||
`--channels=sites/${site}/${site}.channels.xml`,
|
||||
`--channels=sites/${site}/${site}*.channels.xml`,
|
||||
`--output=guides/{lang}/{site}.xml`
|
||||
],
|
||||
{ shell: process.platform == 'win32' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue