Ver Fonte

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

Sergey M․ há 8 anos atrás
pai
commit
6240925b40
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      youtube_dl/extractor/bbc.py

+ 1 - 1
youtube_dl/extractor/bbc.py

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