1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Update yt_dlp/options.py

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
coletdjnz 2025-02-09 10:46:02 +13:00 committed by GitHub
parent e2883ffb4c
commit 78bc4e703d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -416,7 +416,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
default=['default'],
help=(
'Path to an additional directory to search for plugins. '
'This option can be used multiple times to add multiple directories. '))
'This option can be used multiple times to add multiple directories'))
general.add_option(
'--no-plugins',
dest='plugin_dirs',