fix dupe param
This commit is contained in:
parent
8725d7109f
commit
1be5cb9df4
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class GetYoutubeVideos:
|
||||||
help='Folder to store the downloaded videos'
|
help='Folder to store the downloaded videos'
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'--channels', '-c',
|
'--channels', '-S',
|
||||||
multiple=True,
|
multiple=True,
|
||||||
required=True,
|
required=True,
|
||||||
help='YouTube channels IDs to look up'
|
help='YouTube channels IDs to look up'
|
||||||
|
|
Loading…
Reference in a new issue