Browse Source

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

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
6240925b40
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/bbc.py

+ 1
- 1
youtube_dl/extractor/bbc.py View File

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


Loading…
Cancel
Save