aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmael Mejia <iemejia@gmail.com>2013-06-26 11:59:29 +0200
committerIsmael Mejia <iemejia@gmail.com>2013-06-26 11:59:29 +0200
commitb98a6b2f723de93061b58c062f9834d634b9c754 (patch)
treee9cac35a6b8a10bc7b00c96faf5d3f025a9ac76f
parent0ca45b233f97f9c2a7faa8fa0f8ff83b93e9fe5a (diff)
downloadyoutube-dl-b98a6b2f723de93061b58c062f9834d634b9c754.tar.xz
Fixed typo in subtitle format option (from: sbt => sbv)
-rw-r--r--youtube_dl/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 4abcbbeac..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 [srt/sbt/vtt] (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.