瀏覽代碼

[ustream] Fix typo

Sergey M․ 10 年之前
父節點
當前提交
dc5756fd77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/ustream.py

+ 1 - 1
youtube_dl/extractor/ustream.py

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