1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-11 14:29:37 +00:00

[ustream] Fix typo

This commit is contained in:
Sergey M․ 2015-10-05 22:51:04 +06:00
parent 41db733308
commit dc5756fd77

View file

@ -69,7 +69,7 @@ class UstreamIE(InfoExtractor):
filesize = float_or_none(video.get('file_size'))
formats = [{
'id': format_id,
'id': video_id,
'url': video_url,
'ext': format_id,
'filesize': filesize,