Browse Source

[common] lower the preference of m3u8 master manifest format

Remita Amine 9 years ago
parent
commit
c57244cdb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/common.py

+ 1 - 1
youtube_dl/extractor/common.py

@@ -1140,7 +1140,7 @@ class InfoExtractor(object):
             'url': m3u8_url,
             'ext': ext,
             'protocol': 'm3u8',
-            'preference': preference - 1 if preference else -1,
+            'preference': -100,
             'resolution': 'multiple',
             'format_note': 'Quality selection URL',
         }