]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/common.py
[ted] Updated checksums
[youtube-dl.git] / youtube_dl / extractor / common.py
index 0ec365eaa7897a522d4b1d14c5264699fd7d6844..ce3d1690304c8a0b488c2f674c48bb4ef34c86b5 100644 (file)
@@ -501,6 +501,7 @@ class InfoExtractor(object):
                 f.get('height') if f.get('height') is not None else -1,
                 f.get('width') if f.get('width') is not None else -1,
                 ext_preference,
+                f.get('tbr') if f.get('tbr') is not None else -1,
                 f.get('vbr') if f.get('vbr') is not None else -1,
                 f.get('abr') if f.get('abr') is not None else -1,
                 audio_ext_preference,