diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-26 03:06:06 -0700 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-26 03:06:06 -0700 |
commit | 52e8e1dc88ad177abcbb6a52b3b262527f7a1f20 (patch) | |
tree | e9cac35a6b8a10bc7b00c96faf5d3f025a9ac76f /youtube_dl/YoutubeDL.py | |
parent | b004821fa98a5ac563811f37b744c632dd58d559 (diff) | |
parent | b98a6b2f723de93061b58c062f9834d634b9c754 (diff) |
Merge pull request #936 from iemejia/master
Added option for vtt WebVTT subtitle format for Youtube
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..9931c98e9 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/sbv/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. |