diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-10 05:42:47 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-10 05:42:47 +0100 |
commit | 04bbe41330a4c8619e6fa3228d47c4e7b0396899 (patch) | |
tree | ce3306ce035ea73cdce1b879618fb9c99a89a610 | |
parent | 8f84f5718319293485eef7174702340f109c7227 (diff) |
release 2015.02.10.32015.02.10.3
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | docs/supportedsites.md | 1 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -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' |