diff options
author | Ismael Mejia <iemejia@gmail.com> | 2013-06-26 11:28:47 +0200 |
---|---|---|
committer | Ismael Mejia <iemejia@gmail.com> | 2013-06-26 11:28:47 +0200 |
commit | 65cceef8f4d0fc4679f98331adb933bd028c3670 (patch) | |
tree | b6eec383fa5cd336813034684ea9b819d42c50e6 /README.md | |
parent | b004821fa98a5ac563811f37b744c632dd58d559 (diff) |
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ which means you can modify it, redistribute it or use it however you like. video (currently youtube only) --list-subs lists all available subtitles for the video (currently youtube only) - --sub-format FORMAT subtitle format [srt/sbv] (default=srt) + --sub-format FORMAT subtitle format [srt/sbv/vtt] (default=srt) (currently youtube only) --sub-lang LANG language of the subtitles to download (optional) use IETF language tags like 'en' |