about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-10 05:42:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-10 05:42:47 +0100
commit04bbe41330a4c8619e6fa3228d47c4e7b0396899 (patch)
treece3306ce035ea73cdce1b879618fb9c99a89a610
parent8f84f5718319293485eef7174702340f109c7227 (diff)
downloadyoutube-dl-04bbe41330a4c8619e6fa3228d47c4e7b0396899.tar.gz
youtube-dl-04bbe41330a4c8619e6fa3228d47c4e7b0396899.tar.xz
youtube-dl-04bbe41330a4c8619e6fa3228d47c4e7b0396899.zip
release 2015.02.10.3 2015.02.10.3
-rw-r--r--README.md1
-rw-r--r--docs/supportedsites.md1
-rw-r--r--youtube_dl/version.py2
3 files changed, 3 insertions, 1 deletions
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'