summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-08 20:28:38 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-08 20:28:38 +0100
commitb29231c0401b7b70337bb52b0c20bc92aa3b704e (patch)
treefa9f7b3cb9c9fd9afe13f67eeea6a300259c55c4
parent6128bf07a91b941b9241c5ea0d611df9e69d48b7 (diff)
downloadyoutube-dl-2015.02.08.tar.gz
youtube-dl-2015.02.08.tar.xz
youtube-dl-2015.02.08.zip
release 2015.02.08 2015.02.08
-rw-r--r--README.md4
-rw-r--r--docs/supportedsites.md1
-rw-r--r--youtube_dl/version.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 06dea400d..3eafad7c7 100644
--- a/README.md
+++ b/README.md
@@ -294,7 +294,9 @@ which means you can modify it, redistribute it or use it however you like.
                                      -f "[filesize>10M]").  This works for
                                      filesize, height, width, tbr, abr, vbr, and
                                      fps and the comparisons <, <=, >, >=, =, !=
-                                     . Formats for which the value is not known
+                                     and for ext, acodec, vcodec, container and
+                                     protocol and the comparisons =, != .
+                                     Formats for which the value is not known
                                      are excluded unless you put a question mark
                                      (?) after the operator. You can combine
                                      format filters, so  -f "[height <=?
diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index 2d8f9c316..84a132684 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -14,6 +14,7 @@
  - **AddAnime**
  - **AdobeTV**
  - **AdultSwim**
+ - **Aftenposten**
  - **Aftonbladet**
  - **AlJazeera**
  - **Allocine**
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 1091ae61b..b0ddff6e2 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.06'
+__version__ = '2015.02.08'