Browse Source
[bbccouk] Treat bitrate as audio+video bitrate in media selector
master-ytdl-org
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/bbc.py
|
|
@ -361,7 +361,7 @@ class BBCCoUkIE(InfoExtractor): |
|
|
|
fmt.update({ |
|
|
|
'width': width, |
|
|
|
'height': height, |
|
|
|
'vbr': bitrate, |
|
|
|
'tbr': bitrate, |
|
|
|
'vcodec': encoding, |
|
|
|
}) |
|
|
|
else: |
|
|
|