mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
release 2015.02.08
This commit is contained in:
parent
6128bf07a9
commit
b29231c040
@ -294,7 +294,9 @@ ## Video Format Options:
|
|||||||
-f "[filesize>10M]"). This works for
|
-f "[filesize>10M]"). This works for
|
||||||
filesize, height, width, tbr, abr, vbr, and
|
filesize, height, width, tbr, abr, vbr, and
|
||||||
fps and the comparisons <, <=, >, >=, =, !=
|
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
|
are excluded unless you put a question mark
|
||||||
(?) after the operator. You can combine
|
(?) after the operator. You can combine
|
||||||
format filters, so -f "[height <=?
|
format filters, so -f "[height <=?
|
||||||
|
@ -14,6 +14,7 @@ # Supported sites
|
|||||||
- **AddAnime**
|
- **AddAnime**
|
||||||
- **AdobeTV**
|
- **AdobeTV**
|
||||||
- **AdultSwim**
|
- **AdultSwim**
|
||||||
|
- **Aftenposten**
|
||||||
- **Aftonbladet**
|
- **Aftonbladet**
|
||||||
- **AlJazeera**
|
- **AlJazeera**
|
||||||
- **Allocine**
|
- **Allocine**
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2015.02.06'
|
__version__ = '2015.02.08'
|
||||||
|
Loading…
Reference in New Issue
Block a user