From: Ismael Mejia Date: Wed, 26 Jun 2013 09:59:29 +0000 (+0200) Subject: Fixed typo in subtitle format option (from: sbt => sbv) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=b98a6b2f723de93061b58c062f9834d634b9c754;p=youtube-dl Fixed typo in subtitle format option (from: sbt => sbv) --- 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.