Fixed typo in subtitle format option (from: sbt => sbv)
authorIsmael Mejia <iemejia@gmail.com>
Wed, 26 Jun 2013 09:59:29 +0000 (11:59 +0200)
committerIsmael Mejia <iemejia@gmail.com>
Wed, 26 Jun 2013 09:59:29 +0000 (11:59 +0200)
youtube_dl/YoutubeDL.py

index 4abcbbeaca570cd766c3d24815a3992e576ab240..9931c98e9fe02dc3fbcc90df7a01eaf9aa6e7fb9 100644 (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 [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.