fix dupe arg
This commit is contained in:
parent
c55c3480ea
commit
5f7622cac1
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ class GetYoutubeVideos:
|
||||||
help='Folder to store the downloaded videos'
|
help='Folder to store the downloaded videos'
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'--channels', '-S',
|
'--channels', '-C',
|
||||||
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