youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6240925b4021a755a9deb9c4707ee5cabcb63c2f
parent 964744af952fc372e961a4b6b4b0f3ed6172a83f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 10 Apr 2017 22:56:22 +0700

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

Diffstat:
Myoutube_dl/extractor/bbc.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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, - 'vbr': bitrate, + 'tbr': bitrate, 'vcodec': encoding, }) else: