[breakcom] Process only play purpose media formats (Closes #5164)

This commit is contained in:
Sergey M․ 2015-03-09 04:55:35 +06:00
parent cc08b11d16
commit dd7831fe94
1 changed files with 1 additions and 1 deletions

View File

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