Added support for additional vtt subtitle format (WebVTT) in youtube-dl.

This commit is contained in:
Ismael Mejia 2013-06-26 11:28:47 +02:00
parent b004821fa9
commit 65cceef8f4
4 changed files with 12 additions and 4 deletions

View file

@ -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.