Browse Source

release 2015.02.08

totalwebcasting 2015.02.08
Philipp Hagemeister 10 years ago
parent
commit
b29231c040
3 changed files with 5 additions and 2 deletions
  1. +3
    -1
      README.md
  2. +1
    -0
      docs/supportedsites.md
  3. +1
    -1
      youtube_dl/version.py

+ 3
- 1
README.md View File

@ -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 <=?


+ 1
- 0
docs/supportedsites.md View File

@ -14,6 +14,7 @@
- **AddAnime**
- **AdobeTV**
- **AdultSwim**
- **Aftenposten**
- **Aftonbladet**
- **AlJazeera**
- **Allocine**


+ 1
- 1
youtube_dl/version.py View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.02.06'
__version__ = '2015.02.08'

Loading…
Cancel
Save