[bbccouk] Treat bitrate as audio+video bitrate in media selector
authorSergey M․ <dstftw@gmail.com>
Mon, 10 Apr 2017 15:56:22 +0000 (22:56 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 10 Apr 2017 15:56:22 +0000 (22:56 +0700)
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: