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

This commit is contained in:
Sergey M․ 2017-04-10 22:56:22 +07:00
parent 964744af95
commit 6240925b40
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

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