projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69759a5
)
[options] Prefer --convert-subs spelling
author
Sergey M․
<dstftw@gmail.com>
Wed, 30 Dec 2015 17:12:35 +0000
(23:12 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 30 Dec 2015 17:12:35 +0000
(23:12 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index c46e136bffd6f7a54b4d3a9e0883f42e63a11591..ade58c375c1fec3d5ee055b671a3bbaf4ccbd468 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-752,7
+752,7
@@
def parseOpts(overrideArguments=None):
metavar='CMD', dest='exec_cmd',
help='Execute a command on the file after downloading, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'')
postproc.add_option(
- '--convert-sub
titles', '--convert-sub
s',
+ '--convert-sub
s', '--convert-subtitle
s',
metavar='FORMAT', dest='convertsubtitles', default=None,
help='Convert the subtitles to other format (currently supported: srt|ass|vtt)')