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'
|
||||
)
|
||||
@click.option(
|
||||
'--channels', '-c',
|
||||
'--channels', '-S',
|
||||
multiple=True,
|
||||
required=True,
|
||||
help='YouTube channels IDs to look up'
|
||||
|
|
Loading…
Reference in a new issue