fix dupe param

This commit is contained in:
Antonio J. Delgado 2025-07-21 08:59:55 +03:00
parent 8725d7109f
commit 1be5cb9df4

View file

@ -590,7 +590,7 @@ class GetYoutubeVideos:
help='Folder to store the downloaded videos'
)
@click.option(
'--channels', '-c',
'--channels', '-S',
multiple=True,
required=True,
help='YouTube channels IDs to look up'