[ustream] Fix typo
authorSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:51:04 +0000 (22:51 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 5 Oct 2015 16:51:04 +0000 (22:51 +0600)
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,