diff --git a/get_youtube_videos/get_youtube_videos.py b/get_youtube_videos/get_youtube_videos.py index 11bba64..499eaf5 100644 --- a/get_youtube_videos/get_youtube_videos.py +++ b/get_youtube_videos/get_youtube_videos.py @@ -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'