[bbccouk] Treat bitrate as audio+video bitrate in media selector
[youtube-dl] / youtube_dl / extractor / bbc.py
index a0c77b0b05b98790fce62dbe43a360932a84e6ee..0e05b782b7ddbcbe8a3bb84215ad5128f54c86ac 100644 (file)
@@ -361,7 +361,7 @@ class BBCCoUkIE(InfoExtractor):
                             fmt.update({
                                 'width': width,
                                 'height': height,
-                                'vbr': bitrate,
+                                'tbr': bitrate,
                                 'vcodec': encoding,
                             })
                         else: