From 04bbe41330a4c8619e6fa3228d47c4e7b0396899 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 05:42:47 +0100 Subject: [PATCH] release 2015.02.10.3 --- README.md | 1 + docs/supportedsites.md | 1 + youtube_dl/version.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aad3007f..731cea1e1 100644 --- 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 index 93572f6a8..8bce8fede 100644 --- 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 index 9ab5b49b8..13c436219 100644 --- 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'