mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[options] Add missing closing parenthesis
This commit is contained in:
parent
c3deacd562
commit
53be8894e4
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ def _hide_login_info(opts):
|
|||
'--hls-use-mpegts',
|
||||
dest='hls_use_mpegts', action='store_true',
|
||||
help='Use the mpegts container for HLS videos, allowing to play the '
|
||||
'video while downloading (some players may not be able to play it')
|
||||
'video while downloading (some players may not be able to play it)')
|
||||
downloader.add_option(
|
||||
'--external-downloader',
|
||||
dest='external_downloader', metavar='COMMAND',
|
||||
|
|
Loading…
Reference in a new issue