1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

[ooyala] Style fix

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-05-07 17:04:15 +02:00
parent 406224be52
commit 5268a05e47

View file

@ -121,7 +121,7 @@ def _real_extract(self, url):
'abr': int_or_none(stream.get('audio_bitrate')), 'abr': int_or_none(stream.get('audio_bitrate')),
'vbr': int_or_none(stream.get('video_bitrate')), 'vbr': int_or_none(stream.get('video_bitrate')),
}) })
if len(formats): if formats:
return { return {
'id': embedCode, 'id': embedCode,
'formats': formats, 'formats': formats,