fix dupe param

This commit is contained in:
Antonio J. Delgado 2025-08-18 11:56:13 +03:00
parent 8ad2641815
commit c55c3480ea

View file

@ -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'