[limelight] Fix typo

totalwebcasting
Sergey M․ 8 years ago
parent 79027c0ea0
commit 21ac1a8ac3
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -98,7 +98,7 @@ class LimelightBaseIE(InfoExtractor):
} for thumbnail in properties.get('thumbnails', []) if thumbnail.get('url')]
subtitles = {}
for caption in properties.get('captions', {}):
for caption in properties.get('captions', []):
lang = caption.get('language_code')
subtitles_url = caption.get('url')
if lang and subtitles_url:

Loading…
Cancel
Save