|
@ -41,7 +41,7 @@ class BreakIE(InfoExtractor): |
|
|
'tbr': media['bitRate'], |
|
|
'tbr': media['bitRate'], |
|
|
'width': media['width'], |
|
|
'width': media['width'], |
|
|
'height': media['height'], |
|
|
'height': media['height'], |
|
|
} for media in info['media']] |
|
|
|
|
|
|
|
|
} for media in info['media'] if media.get('mediaPurpose') == 'play'] |
|
|
|
|
|
|
|
|
if not formats: |
|
|
if not formats: |
|
|
formats.append({ |
|
|
formats.append({ |
|
|