[ustream] Fix typo
This commit is contained in:
parent
41db733308
commit
dc5756fd77
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class UstreamIE(InfoExtractor):
|
||||||
filesize = float_or_none(video.get('file_size'))
|
filesize = float_or_none(video.get('file_size'))
|
||||||
|
|
||||||
formats = [{
|
formats = [{
|
||||||
'id': format_id,
|
'id': video_id,
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
'ext': format_id,
|
'ext': format_id,
|
||||||
'filesize': filesize,
|
'filesize': filesize,
|
||||||
|
|
Loading…
Reference in a new issue