mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-10-31 22:44:32 +01:00
[extractor/common] Clarify preference key in formats
This commit is contained in:
parent
07cec9776e
commit
38d63d846e
@ -74,7 +74,7 @@ class InfoExtractor(object):
|
|||||||
"http", "https", "rtsp", "rtmp", "m3u8" or so.
|
"http", "https", "rtsp", "rtmp", "m3u8" or so.
|
||||||
* preference Order number of this format. If this field is
|
* preference Order number of this format. If this field is
|
||||||
present and not None, the formats get sorted
|
present and not None, the formats get sorted
|
||||||
by this field.
|
by this field, regardless of all other values.
|
||||||
-1 for default (order by other properties),
|
-1 for default (order by other properties),
|
||||||
-2 or smaller for less than default.
|
-2 or smaller for less than default.
|
||||||
* quality Order number of the video quality of this
|
* quality Order number of the video quality of this
|
||||||
|
Loading…
Reference in New Issue
Block a user