youtube-dl

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

commit 04bbe41330a4c8619e6fa3228d47c4e7b0396899
parent 8f84f5718319293485eef7174702340f109c7227
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 10 Feb 2015 05:42:47 +0100

release 2015.02.10.3

Diffstat:
MREADME.md | 1+
Mdocs/supportedsites.md | 1+
Myoutube_dl/version.py | 2+-
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -77,6 +77,7 @@ which means you can modify it, redistribute it or use it however you like. on Windows) --flat-playlist Do not extract the videos of a playlist, only list them. + --no-color Do not emit color codes in output. ## Network Options: --proxy URL Use the specified HTTP/HTTPS proxy. Pass in diff --git a/docs/supportedsites.md b/docs/supportedsites.md @@ -225,6 +225,7 @@ - **mailru**: Видео@Mail.Ru - **Malemotion** - **MDR** + - **media.ccc.de** - **metacafe** - **Metacritic** - **Mgoon** diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.10.2' +__version__ = '2015.02.10.3'