diff options
author | M.Yasoob Khalid <yasoob.khld@gmail.com> | 2013-06-26 15:30:21 +0500 |
---|---|---|
committer | M.Yasoob Khalid <yasoob.khld@gmail.com> | 2013-06-26 15:30:21 +0500 |
commit | d1bd37deac4fb61b350ba488bdbdf230aa0b335c (patch) | |
tree | 8bf85a6a82183a47d1732a81dccc36bb1ae25a9d /README.md | |
parent | 405ec05cb2a1bb1ce27353a831924c17f57b86f4 (diff) | |
parent | 52e8e1dc88ad177abcbb6a52b3b262527f7a1f20 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -116,12 +116,13 @@ which means you can modify it, redistribute it or use it however you like. -F, --list-formats list all available formats (currently youtube only) --write-sub write subtitle file (currently youtube only) + --write-auto-sub write automatic subtitle file (currently youtube only) --only-sub [deprecated] alias of --skip-download --all-subs downloads all the available subtitles of the 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' |