[bbccouk] Treat bitrate as audio+video bitrate in media selector

master
Sergey M․ 7 years ago
parent 964744af95
commit 6240925b40
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -361,7 +361,7 @@ class BBCCoUkIE(InfoExtractor):
fmt.update({
'width': width,
'height': height,
'vbr': bitrate,
'tbr': bitrate,
'vcodec': encoding,
})
else:

Loading…
Cancel
Save