mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
missing > in --url
This commit is contained in:
parent
18cd9141a2
commit
6ca9de8d74
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ async function runCommandLine() {
|
|||
.option('-t, --type <type>', 'Media type. Either \'movie\' or \'show\'. Only used if source is a provider', 'movie')
|
||||
.option('-s, --season <number>', 'Season number. Only used if type is \'show\'', '0')
|
||||
.option('-e, --episode <number>', 'Episode number. Only used if type is \'show\'', '0')
|
||||
.option('-u, --url <embed URL', 'URL to a video embed. Only used if source is an embed', '')
|
||||
.option('-u, --url <embed URL>', 'URL to a video embed. Only used if source is an embed', '')
|
||||
|
||||
program.parse();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue