[bbccouk] Treat bitrate as audio+video bitrate in media selector
This commit is contained in:
parent
964744af95
commit
6240925b40
|
@ -361,7 +361,7 @@ class BBCCoUkIE(InfoExtractor):
|
||||||
fmt.update({
|
fmt.update({
|
||||||
'width': width,
|
'width': width,
|
||||||
'height': height,
|
'height': height,
|
||||||
'vbr': bitrate,
|
'tbr': bitrate,
|
||||||
'vcodec': encoding,
|
'vcodec': encoding,
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue