diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-03 18:33:38 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-03 18:33:38 +0100 |
commit | e65566a9cc13d13bef3dc70eebfc9bda2e302b78 (patch) | |
tree | 73d3938a91f2ac0012ab11a5c124b2188c71dbcd /youtube_dl/extractor/common.py | |
parent | baa3c3f0f64b1aba523f56c9af351b6fb3378fc6 (diff) |
[youtube] Correct handling when DASH manifest is not necessary to find all formats
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 6e264f687..562e656e0 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -92,6 +92,8 @@ class InfoExtractor(object): by this field, regardless of all other values. -1 for default (order by other properties), -2 or smaller for less than default. + < -1000 to hide the format (if there is + another one which is strictly better) * language_preference Is this in the correct requested language? 10 if it's what the URL is about, |