diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-23 17:41:43 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-23 17:41:43 +0100 |
commit | 38d63d846edbf4c897a7df6e2ee545002e1203ca (patch) | |
tree | c18a54cc10ccfcf2ca2e5891d614b1ca1189a1eb /youtube_dl/extractor/common.py | |
parent | 07cec9776e1be97370fb905f00a0518e7f4c6b17 (diff) |
[extractor/common] Clarify preference key in formats
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 647720c8a..78f238f84 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -74,7 +74,7 @@ class InfoExtractor(object): "http", "https", "rtsp", "rtmp", "m3u8" or so. * preference Order number of this format. If this field is 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), -2 or smaller for less than default. * quality Order number of the video quality of this |