1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-14 13:35:15 +00:00

[brightcove] Fix 487c5b3389

This commit is contained in:
pukkandan
2021-12-15 22:20:30 +05:30
parent a8549f19e7
commit 3116be32b4

View File

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