mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-03 04:47:08 -05:00
[bbccouk] Treat bitrate as audio+video bitrate in media selector
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user