[kaltura] Fix typo in subtitles extraction (closes #13569)

master-ytdl-org
Sergey M․ 7 years ago
parent 0a2e1b2e30
commit 6554708252
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -324,7 +324,7 @@ class KalturaIE(InfoExtractor):
if captions:
for caption in captions.get('objects', []):
# Continue if caption is not ready
if f.get('status') != 2:
if caption.get('status') != 2:
continue
if not caption.get('id'):
continue

Loading…
Cancel
Save