fix dupe param
This commit is contained in:
parent
8ad2641815
commit
c55c3480ea
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ class GetYoutubeVideos:
|
|||
help='Maximun number of videos to download in total'
|
||||
)
|
||||
@click.option(
|
||||
'--max-length', '-d',
|
||||
'--max-length', '-M',
|
||||
default=5400,
|
||||
type=int,
|
||||
help='Maximun duration of videos to download in seconds'
|
||||
|
|
Loading…
Reference in a new issue