[imdb] Fix extraction

pull/6040/head
Sergey M․ 9 years ago
parent 964afd0689
commit c9ac7fa909

@ -46,7 +46,7 @@ class ImdbIE(InfoExtractor):
format_info = info['videoPlayerObject']['video']
formats.append({
'format_id': f_id,
'url': format_info['url'],
'url': format_info['videoInfoList'][0]['videoUrl'],
})
return {

Loading…
Cancel
Save