projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3deacd
)
[options] Add missing closing parenthesis
author
Sergey M․
<dstftw@gmail.com>
Sat, 30 Jan 2016 12:44:22 +0000
(18:44 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 30 Jan 2016 12:44:22 +0000
(18:44 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 39fc4306a95086250d94edad2d6ecc9828e19341..2137dfb3f1d83fbd5e32340ed4fb4e81cd33fb86 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-419,7
+419,7
@@
def parseOpts(overrideArguments=None):
'--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',