From e65566a9cc13d13bef3dc70eebfc9bda2e302b78 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 3 Jan 2015 18:33:38 +0100 Subject: [youtube] Correct handling when DASH manifest is not necessary to find all formats --- youtube_dl/extractor/common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube_dl/extractor/common.py') 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, -- cgit v1.2.3