Browse Source

release 2015.02.10.3

Philipp Hagemeister 10 years ago
parent
commit
04bbe41330
3 changed files with 3 additions and 1 deletions
  1. 1 0
      README.md
  2. 1 0
      docs/supportedsites.md
  3. 1 1
      youtube_dl/version.py

+ 1 - 0
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

+ 1 - 0
docs/supportedsites.md

@@ -225,6 +225,7 @@
  - **mailru**: Видео@Mail.Ru
  - **Malemotion**
  - **MDR**
+ - **media.ccc.de**
  - **metacafe**
  - **Metacritic**
  - **Mgoon**

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.10.2'
+__version__ = '2015.02.10.3'