mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[brightcove] fix format sorting
This commit is contained in:
parent
fe7ef95e91
commit
08136dc138
3 changed files with 7 additions and 1 deletions
|
@ -396,6 +396,7 @@ class BrightcoveNewIE(InfoExtractor):
|
|||
'formats': 'mincount:41',
|
||||
},
|
||||
'params': {
|
||||
# m3u8 download
|
||||
'skip_download': True,
|
||||
}
|
||||
}, {
|
||||
|
@ -533,7 +534,7 @@ class BrightcoveNewIE(InfoExtractor):
|
|||
f.update({
|
||||
'url': src or streaming_src,
|
||||
'format_id': build_format_id('http' if src else 'http-streaming'),
|
||||
'preference': 2 if src else 1,
|
||||
'source_preference': 0 if src else -1,
|
||||
})
|
||||
else:
|
||||
f.update({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue