release 2015.02.08
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 8 Feb 2015 19:28:38 +0000 (20:28 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 8 Feb 2015 19:28:38 +0000 (20:28 +0100)
README.md
docs/supportedsites.md
youtube_dl/version.py

index 06dea400dd221cfca75b151a2d1a2f8fd214122e..3eafad7c7033eafa145b5fd4d76ccf070b57240e 100644 (file)
--- 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 <=?
index 2d8f9c316b83780f56d6a99d59a457610cfe05ea..84a1326840fd0f1a6c4e538f1e3accb6bb151680 100644 (file)
@@ -14,6 +14,7 @@
  - **AddAnime**
  - **AdobeTV**
  - **AdultSwim**
+ - **Aftenposten**
  - **Aftonbladet**
  - **AlJazeera**
  - **Allocine**
index 1091ae61bbf7599ef59390978f893bc2cdc1f28f..b0ddff6e253f0ac79e238838e08af8f29ec1a136 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.06'
+__version__ = '2015.02.08'