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 /youtube_dl/YoutubeDL.py | |
parent | b004821fa98a5ac563811f37b744c632dd58d559 (diff) |
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index e9a24a95a..4abcbbeac 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -75,7 +75,7 @@ class YoutubeDL(object): writeautomaticsub: Write the automatic subtitles to a file allsubtitles: Downloads all the subtitles of the video listsubtitles: Lists all available subtitles for the video - subtitlesformat: Subtitle format [sbv/srt] (default=srt) + subtitlesformat: Subtitle format [srt/sbt/vtt] (default=srt) subtitleslang: Language of the subtitles to download keepvideo: Keep the video file after post-processing daterange: A DateRange object, download only if the upload_date is in the range. |