diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-23 18:17:39 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-23 18:17:39 +0100 | 
| commit | 459e5fbd5fa61064076534c4d6d8a1d010acb1b3 (patch) | |
| tree | d5f2d31e9cb20e51780627e01fed65d1d8b2c206 | |
| parent | bfc993cc9183d5f001e30267551bcdf9f0a98be9 (diff) | |
release 2015.02.23.12015.02.23.1
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 3 insertions, 3 deletions
@@ -351,8 +351,8 @@ which means you can modify it, redistribute it or use it however you like.      --all-subs                       downloads all the available subtitles of                                       the video      --list-subs                      lists all available subtitles for the video -    --sub-format FORMAT              subtitle format (default=srt) ([sbv/vtt] -                                     youtube only) +    --sub-format FORMAT              subtitle format, accepts formats +                                     preference, for example: "ass/srt/best"      --sub-lang LANGS                 languages of the subtitles to download                                       (optional) separated by commas, use IETF                                       language tags like 'en,pt' diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 17317b29c..1852d834b 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.02.23' +__version__ = '2015.02.23.1'  | 
