mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Add --delay parameter
This commit is contained in:
parent
0d8c6c536c
commit
5ae4e9f85e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ program
|
|||
.option('-e, --exclude <exclude>', 'Comma-separated list of country codes to be excluded ')
|
||||
.option('--epg', 'Turn on EPG parser')
|
||||
.option('--resolution', 'Turn on resolution parser')
|
||||
.option('--delay <delay>', 'Delay between parser requests', 0)
|
||||
.parse(process.argv)
|
||||
|
||||
const config = program.opts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue