aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-20 04:12:34 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-20 04:12:34 +0600
commit40025ee2a339d1a357869fd8d8718a737d250d9e (patch)
tree680098b1136a5e8fc8e779dbb512218fd97ff26c /youtube_dl/options.py
parent5c7cd37ebd6dfb7d5809d2798d0188decce42914 (diff)
downloadyoutube-dl-40025ee2a339d1a357869fd8d8718a737d250d9e.tar.xz
[postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 9dd7a8034..755ed6540 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -720,7 +720,7 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--embed-subs',
action='store_true', dest='embedsubtitles', default=False,
- help='Embed subtitles in the video (only for mkv and mp4 videos)')
+ help='Embed subtitles in the video (only for mp4, webm and mkv videos)')
postproc.add_option(
'--embed-thumbnail',
action='store_true', dest='embedthumbnail', default=False,