Update grab.js

This commit is contained in:
freearhey 2023-07-09 17:04:35 +03:00
parent a717ba8488
commit 8461b3b234

View file

@ -10,7 +10,7 @@ const command = spawn(
[ [
'epg-grabber', 'epg-grabber',
`--config=sites/${site}/${site}.config.js`, `--config=sites/${site}/${site}.config.js`,
`--channels=sites/${site}/${site}.channels.xml`, `--channels=sites/${site}/${site}*.channels.xml`,
`--output=guides/{lang}/{site}.xml` `--output=guides/{lang}/{site}.xml`
], ],
{ shell: process.platform == 'win32' } { shell: process.platform == 'win32' }