2
0
Sergey M․ 10 жил өмнө
parent
commit
dc5756fd77

+ 1 - 1
youtube_dl/extractor/ustream.py

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