1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-21 12:39:33 +00:00

[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

View file

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