[imdb] Fix extraction

This commit is contained in:
Sergey M․ 2015-06-21 04:17:54 +06:00
parent 964afd0689
commit c9ac7fa909
1 changed files with 1 additions and 1 deletions

View File

@ -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 {