Add --resolution flag
This commit is contained in:
parent
fe67c9fc0b
commit
db799ab89c
|
@ -8,7 +8,8 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"iptv-checker-module": "^2.0.3",
|
||||
"iptv-playlist-parser": "^0.5.4"
|
||||
"iptv-playlist-parser": "^0.5.4",
|
||||
"progress": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.21.1",
|
||||
|
|
|
@ -11,6 +11,7 @@ program
|
|||
.option('-c, --country <country>', 'Comma-separated list of country codes')
|
||||
.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')
|
||||
.parse(process.argv)
|
||||
|
||||
const config = program.opts()
|
||||
|
|
Loading…
Reference in New Issue