JustinTV: Work even if title is mysteriously missing

This commit is contained in:
Dave Vasilevsky 2013-01-15 17:56:59 -05:00
parent bbc3e2753a
commit 13960cc2df

View File

@ -3544,7 +3544,7 @@ class JustinTVIE(InfoExtractor):
info.append({ info.append({
'id': clip['id'], 'id': clip['id'],
'url': video_url, 'url': video_url,
'title': clip['title'], 'title': clip.get('title', ''),
'uploader': clip.get('channel_name', video_uploader_id), 'uploader': clip.get('channel_name', video_uploader_id),
'uploader_id': video_uploader_id, 'uploader_id': video_uploader_id,
'upload_date': video_date, 'upload_date': video_date,