[brightcove] Fix 487c5b3389

pull/2014/head
pukkandan 3 years ago
parent a8549f19e7
commit 3116be32b4
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -583,8 +583,7 @@ class BrightcoveNewIE(AdobePassIE):
'id': video_id,
'title': title,
'description': clean_html(json_data.get('description')),
'thumbnail': json_data.get('thumbnail') or json_data.get('poster'),
'thumbnials': thumbnails,
'thumbnails': thumbnails,
'duration': duration,
'timestamp': parse_iso8601(json_data.get('published_at')),
'uploader_id': json_data.get('account_id'),

Loading…
Cancel
Save