youtube-dl

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

commit b07d9c23c57007c7af17c5b949d3a648a8492b8c
parent d71cae62cc584d439be46a2b3bb6513fdf43c0a0
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 23 Jun 2013 23:42:21 +0200

release 2013.06.23

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

diff --git a/README.md b/README.md @@ -121,7 +121,7 @@ which means you can modify it, redistribute it or use it however you like. video (currently youtube only) --list-subs lists all available subtitles for the video (currently youtube only) - --sub-format LANG subtitle format [srt/sbv] (default=srt) + --sub-format FORMAT subtitle format [srt/sbv] (default=srt) (currently youtube only) --sub-lang LANG language of the subtitles to download (optional) use IETF language tags like 'en' diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.06.21' +__version__ = '2013.06.23'