From c55c3480ea817533453f3b19381f786472aa7ef3 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Aug 2025 11:56:13 +0300 Subject: [PATCH] fix dupe param --- get_youtube_videos/get_youtube_videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'