fix dupe arg

This commit is contained in:
Antonio J. Delgado 2025-08-26 14:44:42 +03:00
parent c55c3480ea
commit 5f7622cac1

View file

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