[ooyala] Style fix

pull/5642/head
Jaime Marquínez Ferrándiz 2015-05-07 17:04:15 +02:00
rodzic 406224be52
commit 5268a05e47
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -121,7 +121,7 @@ class OoyalaIE(InfoExtractor):
'abr': int_or_none(stream.get('audio_bitrate')),
'vbr': int_or_none(stream.get('video_bitrate')),
})
if len(formats):
if formats:
return {
'id': embedCode,
'formats': formats,