mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Update grab.js
This commit is contained in:
@@ -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' }
|
||||||
|
|||||||
Reference in New Issue
Block a user