projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e5f27
)
[common] lower the preference of m3u8 master manifest format
author
Remita Amine
<remitamine@gmail.com>
Sat, 6 Aug 2016 17:55:05 +0000
(18:55 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 6 Aug 2016 17:55:05 +0000
(18:55 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 70909fc1ccd1c272e5203decc2e5616984e51e93..b54a3699695774abe7d3281362afe80346f4a4e9 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
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',
}