浏览代码

[cbsnews] fix extraction for 60 Minutes videos

Remita Amine 8 年之前
父节点
当前提交
884d09f330
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/cbsnews.py

+ 1 - 1
youtube_dl/extractor/cbsnews.py

@@ -65,7 +65,7 @@ class CBSNewsIE(CBSIE):
 
         item = video_info['item'] if 'item' in video_info else video_info
         guid = item['mpxRefId']
-        return self._extract_video_info(guid)
+        return self._extract_video_info(guid, 'cbsnews')
 
 
 class CBSNewsLiveVideoIE(InfoExtractor):