aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'