projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964744a
)
[bbccouk] Treat bitrate as audio+video bitrate in media selector
author
Sergey M․
<dstftw@gmail.com>
Mon, 10 Apr 2017 15:56:22 +0000
(22:56 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 10 Apr 2017 15:56:22 +0000
(22:56 +0700)
youtube_dl/extractor/bbc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bbc.py
b/youtube_dl/extractor/bbc.py
index a0c77b0b05b98790fce62dbe43a360932a84e6ee..0e05b782b7ddbcbe8a3bb84215ad5128f54c86ac 100644
(file)
--- a/
youtube_dl/extractor/bbc.py
+++ b/
youtube_dl/extractor/bbc.py
@@
-361,7
+361,7
@@
class BBCCoUkIE(InfoExtractor):
fmt.update({
'width': width,
'height': height,
- '
v
br': bitrate,
+ '
t
br': bitrate,
'vcodec': encoding,
})
else: