mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[ooyala] Style fix
This commit is contained in:
parent
406224be52
commit
5268a05e47
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def _real_extract(self, url):
|
|||
'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,
|
||||
|
|
Loading…
Reference in a new issue