[ustream] Fix typo
[youtube-dl] / youtube_dl / extractor / ustream.py
index 888f39f7a4e481423e738a63f0f3fa297f25059b..a29d67e9fa6e36713e1ede4bb034724eff311828 100644 (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,