kopia lustrzana https://github.com/yt-dlp/yt-dlp
[bbccouk] Treat bitrate as audio+video bitrate in media selector
rodzic
964744af95
commit
6240925b40
|
@ -361,7 +361,7 @@ class BBCCoUkIE(InfoExtractor):
|
|||
fmt.update({
|
||||
'width': width,
|
||||
'height': height,
|
||||
'vbr': bitrate,
|
||||
'tbr': bitrate,
|
||||
'vcodec': encoding,
|
||||
})
|
||||
else:
|
||||
|
|
Ładowanie…
Reference in New Issue