youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 459e5fbd5fa61064076534c4d6d8a1d010acb1b3
parent bfc993cc9183d5f001e30267551bcdf9f0a98be9
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 23 Feb 2015 18:17:39 +0100

release 2015.02.23.1

Diffstat:
MREADME.md | 4++--
Myoutube_dl/version.py | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -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 @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.23' +__version__ = '2015.02.23.1'